Skip to content

Commit

Permalink
Bump coverage from 7.5.4 to 7.6.0
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.4 to 7.6.0.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.5.4...7.6.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Aug 2, 2024
1 parent db7869b commit ccaffe7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
coverage==7.5.4
# via -r coverage.in
coverage==7.6.0
# via -r requirements/coverage.in
importlib-metadata==7.0.1
# via pip-sync-faster
packaging==23.2
# via build
pip-sync-faster==0.0.4
# via -r coverage.in
# via -r requirements/coverage.in
pip-tools==7.4.1
# via
# -r coverage.in
# -r requirements/coverage.in
# pip-sync-faster
pyproject-hooks==1.0.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ click==8.1.7
# via
# -r requirements/tests.txt
# pip-tools
coverage==7.5.4
coverage==7.6.0
# via -r requirements/tests.txt
cryptography==41.0.7
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ checkmatelib==1.0.17
# via -r requirements/requirements.txt
click==8.1.7
# via pip-tools
coverage==7.5.4
coverage==7.6.0
# via -r requirements/tests.in
cryptography==41.0.7
# via
Expand Down

0 comments on commit ccaffe7

Please sign in to comment.