Skip to content

Commit

Permalink
Bump pytest-cov from 5.0.0 to 6.0.0
Browse files Browse the repository at this point in the history
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](pytest-dev/pytest-cov@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 30b5e8a commit 6ce94b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==8.3.4
pytest-cov==5.0.0
pytest-cov==6.0.0
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-dev.in
#
coverage[toml]==6.2
coverage[toml]==7.6.8
# via pytest-cov
exceptiongroup==1.1.3
# via pytest
Expand All @@ -20,7 +20,7 @@ pytest==8.3.4
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements-dev.in
tomli==2.0.0
# via
Expand Down

0 comments on commit 6ce94b2

Please sign in to comment.