Skip to content

Commit

Permalink
Update coverage requirement from 7.4.2 to 7.4.3
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.4.2...7.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent f613473 commit 298b9b4
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 @@ -38,7 +38,7 @@ ruff = "0.2.2"
pylint = "3.0.3"
pytest = "8.0.1"
pytest-cov = "4.1.0"
coverage = "7.4.2"
coverage = "7.4.3"
mypy = "1.8.0"
setuptools = ">65.5.1"
sphinx = "7.2.6"
Expand Down

0 comments on commit 298b9b4

Please sign in to comment.