diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d8a15c5..2d9a28be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "pip" + - package-ecosystem: "uv" directory: "/" schedule: interval: "weekly" diff --git a/pyproject.toml b/pyproject.toml index bf94d674..76ed7f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "mypy<2.0,>=1.18", "detect-secrets<2.0.0,>=1.5.0", "bandit<2.0.0,>=1.8.6", - "pytest<9.0.0,>=8.4.2", + "pytest>=8.4.2,<10.0.0", "yamllint<2.0.0,>=1.37.1", "pytest-dotenv<1.0.0,>=0.5.2", "types-requests<3.0.0,>=2.32.4", diff --git a/uv.lock b/uv.lock index 52b90806..675726ef 100644 --- a/uv.lock +++ b/uv.lock @@ -570,7 +570,7 @@ dev = [ { name = "httpx", specifier = ">=0.28.1,<1.0.0" }, { name = "mypy", specifier = ">=1.18,<2.0" }, { name = "pre-commit", specifier = ">=4.3.0,<5.0.0" }, - { name = "pytest", specifier = ">=8.4.2,<9.0.0" }, + { name = "pytest", specifier = ">=8.4.2,<10.0.0" }, { name = "pytest-asyncio", specifier = ">=1.2.0,<2.0.0" }, { name = "pytest-dotenv", specifier = ">=0.5.2,<1.0.0" }, { name = "pytest-factoryboy", specifier = ">=2.8.1,<3.0.0" },