diff options
| author | 2024-03-25 14:12:34 +0000 | |
|---|---|---|
| committer | 2024-03-25 14:12:34 +0000 | |
| commit | b5668491cb6e2affa82dd32c0d04d2bba6069795 (patch) | |
| tree | 716d6218eebdefae1596bd597997362d836626ee /pyproject.toml | |
| parent | Bump rapidfuzz from 3.6.2 to 3.7.0 (#2971) (diff) | |
Bump pytest-cov from 4.1.0 to 5.0.0 (#2970)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0)
---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3e26e662f..51cdcdd62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ httpx = "0.27.0"  pre-commit = "3.6.2"  pip-licenses = "4.3.4"  pytest = "8.1.1" -pytest-cov = "4.1.0" +pytest-cov = "5.0.0"  pytest-subtests = "0.12.1"  pytest-xdist = "3.5.0"  ruff = "0.3.4"  |