diff --git a/pyproject.toml b/pyproject.toml index f1019a5..4f9a432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,11 +26,11 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.0", - "pytest-asyncio>=0.23", - "pytest-cov>=5.0", - "ruff>=0.4", - "mypy>=1.10", + "pytest>=9.0.3", + "pytest-asyncio>=1.3.0", + "pytest-cov>=7.1.0", + "ruff>=0.15.10", + "mypy>=1.20.1", "types-aiofiles", ] reporting = [