diff --git a/pyproject.toml b/pyproject.toml index 5df6712f..559fd969 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,8 @@ zip-safe = false [tool.poetry.dev-dependencies] pytest = "^7.4.0" -pytest-cov = "^4.1.0" +pytest-cov = "^7.0.0" +coverage = ">=7.10.6" pytest-django = "^4.5.2" mypy = "^1.5.0" bandit = "^1.7" diff --git a/requirements.txt b/requirements.txt index d6383423..fb1692b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,8 @@ pydantic>=2.0.0,<3.0.0 pytest>=7.4.0 pytest-django>=4.5.2 pytest-asyncio>=0.21.1 -pytest-cov>=4.1.0 +pytest-cov>=7.0.0 +coverage>=7.10.6 pytest-timeout>=2.2.0 black>=23.7.0 flake8>=6.1.0