diff --git a/pyproject.toml b/pyproject.toml index 05363c8..ce50b0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,14 +42,14 @@ dependencies = [ graphql = ["graphql-core>=3.2,<4.0"] grpc = ["grpcio-tools>=1.62,<2.0"] dev = [ - "pytest>=8.2,<9.0", - "pytest-cov>=5.0,<6.0", - "pytest-asyncio>=0.23,<1.0", + "pytest>=8.2,<10.0", + "pytest-cov>=5.0,<8.0", + "pytest-asyncio>=0.23,<2.0", "hypothesis>=6.100,<7.0", "ruff>=0.5,<1.0", - "mypy>=1.10,<2.0", + "mypy>=1.10,<3.0", "types-PyYAML", - "pre-commit>=3.7,<4.0", + "pre-commit>=3.7,<5.0", "build>=1.2,<2.0", ]