Skip to content

Commit

Permalink
Update coverage requirement in the all-dependencies group
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.

Updates `coverage` 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@7.5.0...7.6.0)

---
updated-dependencies:
- dependency-name: coverage
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2024
1 parent 1f17527 commit a378db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file prepares the pytest and coverage env and is used by tox.ini
codecov~=2.1
cov-core~=1.15
coverage~=7.5
coverage~=7.6
flake8~=7.1
mock~=5.1
pytest~=8.2
Expand Down

0 comments on commit a378db9

Please sign in to comment.