Skip to content

Commit

Permalink
pip prod(deps): update coverage requirement from ~=6.3 to ~=7.3
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@6.3...7.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 14, 2023
1 parent b583bee commit 70d182c
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,5 +1,5 @@
pytest~=6.2.5
coverage~=6.3
coverage~=7.3
pytest-cov~=3.0.0
coveralls~=3.3.1
numpy~=1.22.4
Expand Down

0 comments on commit 70d182c

Please sign in to comment.