diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 65d6ab42a..f4122c041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,11 +36,11 @@ prerelease = "allow" [dependency-groups] dev = [ - "coverage==7.6.12", + "coverage==7.11.0", "httpx==0.28.1", "pre-commit==4.1.0", "pytest==8.3.4", - "pytest-cov==6.0.0", + "pytest-cov==7.0.0", "pytest-subtests==0.14.1", "pytest-xdist==3.6.1", "ruff==0.9.9", |