diff --git a/pyproject.toml b/pyproject.toml index 8fe78a7..e36369a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,12 +16,12 @@ dependencies = [ [project.optional-dependencies] dev = [ - "httpx>=0.28,<1", - "mypy>=1.17,<2", - "pytest>=8.4,<9", - "pytest-asyncio>=1.1,<2", - "pytest-cov>=6.2,<7", - "ruff>=0.12,<1", + "httpx>=0.28.1,<1", + "mypy>=2.3.1,<3", + "pytest>=9.1.1,<10", + "pytest-asyncio>=1.4.0,<2", + "pytest-cov>=7.1.0,<8", + "ruff>=0.16.4,<1", ] [tool.hatch.build.targets.wheel]