diff --git a/pyproject.toml b/pyproject.toml index 544797a..b1e42b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,9 +59,9 @@ dependencies = [ [project.optional-dependencies] dev = [ # Testing - "pytest>=8.0.0,<9.0.0", - "pytest-asyncio>=0.23.0,<1.0.0", - "pytest-cov>=4.1.0,<5.0.0", + "pytest>=8.0.0,<10.0.0", + "pytest-asyncio>=0.23.0,<2.0.0", + "pytest-cov>=4.1.0,<8.0.0", "pytest-timeout>=2.2.0,<3.0.0", "pytest-xdist>=3.5.0,<4.0.0", # Parallel test execution "httpx>=0.27.0,<1.0.0", # For REST API testing