Skip to content

Commit

Permalink
Update coverage requirement from ~=7.3.2 to ~=7.4.0
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.3.2...7.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent b0fc8b6 commit 0e920b5
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 @@ -17,4 +17,4 @@ yapf~=0.40.1 # code formatting
# testing & QA
pytest~=7.4.3 # testing
tox~=4.11.4 # testing
coverage~=7.3.2 # code coverage
coverage~=7.4.0 # code coverage

0 comments on commit 0e920b5

Please sign in to comment.