Skip to content

Commit

Permalink
Bump pytest-cov from 4.1.0 to 5.0.0
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:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 5687a32 commit 55ec623
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ pytest==7.4.4
# pytest-cov
# pytest-env
# pytest-ordering
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/tests.in
pytest-env==0.8.2
# via -r requirements/tests.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ asgiref~=3.6
blinker~=1.6
coverage-badge~=1.0
pytest~=7.3
pytest-cov~=4.0
pytest-cov~=5.0
pytest-env~=0.8
pytest-ordering~=0.6
python-dotenv~=1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ pytest==7.4.4
# pytest-cov
# pytest-env
# pytest-ordering
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/tests.in
pytest-env==0.8.2
# via -r requirements/tests.in
Expand Down

0 comments on commit 55ec623

Please sign in to comment.