Skip to content

Commit a64df61

Browse files
authored
Merge pull request #28 from bckohan/dependabot/pip/coverage-gte-6.2-and-lt-8.0
Update coverage requirement from ^6.2 to >=6.2,<8.0
2 parents df5f0f1 + 66c38f8 commit a64df61

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,<38"
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)