Skip to content

Commit

Permalink
build(deps-dev): update coverage requirement from ^6.4.2 to ^7.2.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@6.4.2...7.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 30, 2023
1 parent d82c4fe commit 42b06a3
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 @@ -24,7 +24,7 @@ misaka = "~2.1.1"
Pygments = "~2.15.1"

[tool.poetry.dev-dependencies]
coverage = "^6.4.2"
coverage = "^7.2.7"
tox = "^3.25.1"
Django = [
{ version = "~3.2.14", python = "^3.7" },
Expand Down

0 comments on commit 42b06a3

Please sign in to comment.