diff --git a/pyproject.toml b/pyproject.toml index 84600c4..f77353c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,15 +27,15 @@ repopilot-llm = { workspace = true } [dependency-groups] dev = [ - "ruff>=0.8.0", - "mypy>=1.13.0", - "pytest>=8.3.0", - "pytest-asyncio>=0.24.0", - "pre-commit>=4.0.0", + "ruff>=0.16.0", + "mypy>=2.3.0", + "pytest>=9.1.1", + "pytest-asyncio>=1.4.0", + "pre-commit>=4.6.1", "aiosqlite>=0.22.1", - "greenlet>=3.5.1", - "types-pyyaml>=6.0.12.20260518", - "pytest-cov>=6.0.0", + "greenlet>=3.5.4", + "types-pyyaml>=6.0.12.20260724", + "pytest-cov>=7.1.0", ] [tool.ruff]