Bump pytest-cov from 5.0.0 to 6.0.0

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.0.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-02 15:30:52 +00:00
committed by GitHub
parent 4e608c7d77
commit 0e08f2009f
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ ipython = "^8.17.2"
poetry-plugin-export = "^1.6.0"
pytest = "^8.0.2"
pytest-asyncio = "^0.24.0"
pytest-cov = "^5.0.0"
pytest-cov = "^6.0.0"
pytest-datafiles = "^3.0.0"
pytest-xdist = "^3.4.0"
rich = "^13.6.0"