Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent d873c49 commit d66bdc1
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.7
coverage==7.6.8
# 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 @@ -91,7 +91,7 @@ colander==2.0
# -r requirements/functests.txt
# -r requirements/tests.txt
# deform
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/tests.txt
# pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ colander==2.0
# via
# -r requirements/prod.txt
# deform
coverage[toml]==7.6.7
coverage[toml]==7.6.8
# via
# -r requirements/tests.in
# pytest-cov
Expand Down

0 comments on commit d66bdc1

Please sign in to comment.