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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 141e0b3 commit f43f0f4
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 @@ -154,7 +154,7 @@ pytest==8.3.3
# pytest-cov
# pytest-env
# pytest-ordering
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/tests.in
pytest-env==1.1.5
# 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.0
blinker~=1.0
coverage-badge~=1.0
pytest~=8.0
pytest-cov~=5.0
pytest-cov~=6.0
pytest-env~=1.0
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 @@ -95,7 +95,7 @@ pytest==8.3.3
# pytest-cov
# pytest-env
# pytest-ordering
pytest-cov==5.0.0
pytest-cov==6.0.0
# via -r requirements/tests.in
pytest-env==1.1.5
# via -r requirements/tests.in
Expand Down

0 comments on commit f43f0f4

Please sign in to comment.