Skip to content

Commit 66c38f8

Browse files
Update coverage requirement from ^6.2 to >=6.2,<8.0
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.2...7.2.1) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c357790 commit 66c38f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ safety = "^2.0.0"
5959
readme-renderer = "^34.0"
6060
pygount = "^1.2.4"
6161
types-PyYAML = "^6.0"
62-
coverage = "^6.2"
62+
coverage = ">=6.2,<8.0"
6363
beautifulsoup4 = "^4.11.1"
6464
pytest-django = "^4.5.2"
6565
django-test-migrations = "^1.2.0"

0 commit comments

Comments
 (0)