Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
⬆ Update coverage requirement from ^5.5 to ^7.2
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.5...7.2.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2023
1 parent 975cf59 commit 8dacea8
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 @@ -40,7 +40,7 @@ mypy = "^1.4.1"
pytest = "^7.1.2"
flake8 = "^3.9.2"
black = "^23.3.0"
coverage = {extras = ["toml"], version = "^5.5"}
coverage = {extras = ["toml"], version = "^7.2"}
pkginfo = "^1.7.0"
autoflake = "^1.4"
isort = "^5.8.0"
Expand Down

0 comments on commit 8dacea8

Please sign in to comment.