Skip to content

Commit

Permalink
Update coverage requirement from ~=7.4.3 to ~=7.5.1 (#1417)
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.4.3...7.5.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 committed May 8, 2024
1 parent 714240b commit f6f57e5
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.2.0
pytest-xdist[psutil]==3.5.0
betamax==0.9.0
coverage~=7.4.3 # pinned to <7 as coveralls is preventing v7 for coverage
coverage~=7.5.1 # pinned to <7 as coveralls is preventing v7 for coverage
pytest-cov==5.0.0
coveralls==3.3.1
Pillow==10.3.0
Expand Down

0 comments on commit f6f57e5

Please sign in to comment.