Skip to content

Commit

Permalink
Bump coverage from 6.3.3 to 7.6.0
Browse files Browse the repository at this point in the history
Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.3.3 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@6.3.3...7.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent 0df38af commit 57a2c60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bunch==1.0.1
coverage==6.3.3
coverage==7.6.0
dominate==2.6.0
numpy==1.23.2
pandas==1.4.2
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bracex==2.2.1
# via wcmatch
bunch==1.0.1
# via -r requirements.in
coverage==6.3.3
coverage==7.6.0
# via -r requirements.in
dill==0.3.4
# via pylint
Expand Down Expand Up @@ -77,6 +77,10 @@ tomli==2.0.0
# pytest
tqdm==4.64.0
# via -r requirements.in
typing-extensions==4.12.2
# via
# astroid
# pylint
wcmatch==8.3
# via -r requirements.in
wrapt==1.13.3
Expand Down

0 comments on commit 57a2c60

Please sign in to comment.