diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2f1499a..cf1db32 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -49,14 +49,14 @@ packages = ["src/ekko"] [dependency-groups] dev = [ - "pytest>=8.4.1", - "pytest-cov>=6.0", - "pytest-asyncio>=1.0.0", - "pytest-mock>=3.14", - "pytest-xdist>=3.5", - "pytest-benchmark>=5.0", - "hypothesis>=6.120", - "factory-boy>=3.3", + "pytest>=9.0.3", + "pytest-cov>=7.1.0", + "pytest-asyncio>=1.3.0", + "pytest-mock>=3.15.1", + "pytest-xdist>=3.8.0", + "pytest-benchmark>=5.2.3", + "hypothesis>=6.152.7", + "factory-boy>=3.3.3", "freezegun>=1.4", "respx>=0.22", "pre-commit>=4.3.0",