Skip to content

Commit

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

---
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 and seanh committed Oct 5, 2023
1 parent 1c495ac commit ada5b35
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==0.8.0
# via pip-tools
click==8.1.3
# via pip-tools
coverage==7.3.1
coverage==7.3.2
# via -r requirements/coverage.in
importlib-metadata==5.0.0
# 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 @@ -54,7 +54,7 @@ click==8.1.3
# via
# -r requirements/tests.txt
# pip-tools
coverage==7.3.1
coverage==7.3.2
# via -r requirements/tests.txt
cryptography==38.0.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ checkmatelib==1.0.15
# via -r requirements/requirements.txt
click==8.1.3
# via pip-tools
coverage==7.3.1
coverage==7.3.2
# via -r requirements/tests.in
cryptography==38.0.3
# via
Expand Down

0 comments on commit ada5b35

Please sign in to comment.