Skip to content

Commit

Permalink
Update coverage requirement from <7.6,>=5.3 to >=5.3,<7.7
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@coverage-5.3...7.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 12, 2024
1 parent 106a257 commit b322b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ doc = [
"sphinxcontrib-mermaid>0.7,<0.10.0",
]
tests = [
"coverage>=5.3,<7.6", # Lets us track what code is being tested
"coverage>=5.3,<7.7", # Lets us track what code is being tested
"pre-commit>=2.9,<3.8", # Allow us to run pre-commit hooks in testing
"pytest>=6.2,<8.3", # test framework
"pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts
Expand Down

0 comments on commit b322b3b

Please sign in to comment.