diff --git a/pyproject.toml b/pyproject.toml index 5d94e6a..fef7d09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ black = "^26.1.0" pytest = "^9.0.3" httpx = { version = ">=0.28.1", optional = true } pytest-cov = "^6.0.0" -coverage = "^7.2.5" +coverage = "^7.14.1" [tool.poetry.extras] migrations = ["alembic"]