Skip to content

Commit

Permalink
Update coverage requirement from ~=7.6.0 to ~=7.6.1 (#1462)
Browse files Browse the repository at this point in the history
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jberends <jberends@jbits.nl>
  • Loading branch information
dependabot[bot] and jberends authored Aug 26, 2024
1 parent de71dec commit 0cd5eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ semver==3.0.2
pytest==8.3.2
pytest-xdist[psutil]==3.6.1
betamax==0.9.0
coverage~=7.6.0 # pinned to <7 as coveralls is preventing v7 for coverage
coverage~=7.6.1 # pinned to <7 as coveralls is preventing v7 for coverage
pytest-cov==5.0.0
coveralls==4.0.1
Pillow==10.4.0
Expand Down

0 comments on commit 0cd5eb6

Please sign in to comment.