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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent 1772493 commit 39d38ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pytest-codspeed==3.1.0
# via
# -r requirements/lint.in
# -r requirements/test.in
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-mock==3.14.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pytest-codspeed==3.1.0
# via
# -r requirements/lint.in
# -r requirements/test.in
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-mock==3.14.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pytest==8.3.3
# pytest-xdist
pytest-codspeed==3.1.0
# via -r requirements/test.in
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/test.in
pytest-mock==3.14.0
# via -r requirements/test.in
Expand Down

0 comments on commit 39d38ed

Please sign in to comment.