Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 5dec446 commit 082c51a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/coverage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
coverage==7.6.0
coverage==7.6.1
# via -r requirements/coverage.in
importlib-metadata==7.0.1
# via pip-sync-faster
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ click-repl==0.3.0
# -r requirements/requirements.txt
# -r requirements/tests.txt
# celery
coverage==7.6.0
coverage==7.6.1
# via -r requirements/tests.txt
dill==0.3.7
# via pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ click-repl==0.3.0
# via
# -r requirements/requirements.txt
# celery
coverage==7.6.0
coverage==7.6.1
# via -r requirements/tests.in
factory-boy==3.3.1
# via -r requirements/tests.in
Expand Down

0 comments on commit 082c51a

Please sign in to comment.