aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 14:12:34 +0000
committerGravatar GitHub <[email protected]>2024-03-25 14:12:34 +0000
commitb5668491cb6e2affa82dd32c0d04d2bba6069795 (patch)
tree716d6218eebdefae1596bd597997362d836626ee /pyproject.toml
parentBump 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.toml2
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"