Skip to content

Commit

Permalink
Update coverage requirement in /tools
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-4.4.2...7.6.10)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent 7260cc0 commit 5612780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pytest>=5.0,<8.4
protobuf>=3.18.1,<4.0.0
defusedxml>=0.7.1
requests>=2.25.1
coverage>=4.4.2,<=7.0.5
coverage>=4.4.2,<=7.6.10
astroid>=2.9.0
pylint>=2.7.0
pyenchant>=3.0.0
Expand Down

0 comments on commit 5612780

Please sign in to comment.