diff options
| author | 2025-10-30 20:08:52 +0000 | |
|---|---|---|
| committer | 2025-10-30 20:08:52 +0000 | |
| commit | 63a81bf85ecefe2aa0dbcc1e14ab8d09ec566b3d (patch) | |
| tree | 4065ba24a128b45ea2d13e2740222a7c6deb8904 /pyproject.toml | |
| parent | Remove enable-beta-ecosystems setting from config (diff) | |
Resolve dependency problems with coverage versions
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", |