Skip to content

Commit

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

---
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 Dec 15, 2023
1 parent ba8064d commit 537c4f4
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.7
# via pip-tools
coverage==7.3.2
coverage==7.3.3
# via -r requirements/coverage.in
importlib-metadata==4.12.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 @@ -99,7 +99,7 @@ colander==1.8.2
# -r requirements/functests.txt
# -r requirements/tests.txt
# deform
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/tests.txt
# coverage
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ colander==1.8.2
# via
# -r requirements/requirements.txt
# deform
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# -r requirements/tests.in
# pytest-cov
Expand Down

0 comments on commit 537c4f4

Please sign in to comment.