Skip to content

Commit

Permalink
Bump pytest-cov from 4.1.0 to 5.0.0 (#2267)
Browse files Browse the repository at this point in the history
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](pytest-dev/pytest-cov@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>
  • Loading branch information
dependabot[bot] authored Mar 31, 2024
1 parent 2f3e4f1 commit d035af0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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.1.1
pytest-cov==4.1.0
pytest-cov==5.0.0
6 changes: 2 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
# pip-compile requirements-dev.in
#
coverage[toml]==6.2
# via
# coverage
# pytest-cov
# via pytest-cov
exceptiongroup==1.1.3
# via pytest
iniconfig==1.1.1
Expand All @@ -22,7 +20,7 @@ pytest==8.1.1
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements-dev.in
tomli==2.0.0
# via
Expand Down

0 comments on commit d035af0

Please sign in to comment.