diff --git a/pyproject.toml b/pyproject.toml index 5db02b4..4638fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,15 +10,15 @@ explicit = true [dependency-groups] dev = [ - "alembic>=1.13", - "pyyaml>=6.0", - "testcontainers[postgres]>=4.8", - "pytest>=8.0", - "pytest-asyncio>=0.24", - "pytest-cov>=5.0", - "ruff>=0.15", - "mypy>=1.13", - "import-linter>=2.7", + "alembic>=1.18.4", + "pyyaml>=6.0.3", + "testcontainers[postgres]>=4.14.2", + "pytest>=9.0.3", + "pytest-asyncio>=1.3.0", + "pytest-cov>=7.1.0", + "ruff>=0.15.12", + "mypy>=1.20.2", + "import-linter>=2.11", ] # ---------------------------------------------------------------------------