Skip to content

Commit

Permalink
Update coverage requirement from <=7.6.1 to <=7.6.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-3.0b1...7.6.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sdelliot committed Nov 18, 2024
1 parent 4a900a0 commit 1f11909
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 @@ -75,7 +75,7 @@ dependencies = [
[project.optional-dependencies]
test = [
"tox<=4.23.2",
"coverage<=7.6.1",
"coverage<=7.6.7",
"pytest-cov<=5.0.0",
]
format = [
Expand Down

0 comments on commit 1f11909

Please sign in to comment.