Bump pytest-cov from 4.1.0 to 5.0.0 (#1178)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 25 Mar 2024 21:54:30 +0000 (22:54 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2024 21:54:30 +0000 (22:54 +0100)
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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pyproject.toml

index f7ac12056a454f87d3a0b0188f5f3df703bd985b..f26f995cf23b322a12c770fb0213acfd72bbe7ea 100644 (file)
@@ -51,7 +51,7 @@ test = [
   "pylint==3.1.0",
   "pytest==8.1.1",
   "pytest-aiohttp==1.0.5",
-  "pytest-cov==4.1.0",
+  "pytest-cov==5.0.0",
   "ruff==0.3.3",
   "safety==3.0.1",
 ]