Skip to content

Commit c3acc5c

Browse files
authored
Merge pull request #2 from eadwinCode/dependabot/pip/pytest-cov-gte-2.12.0-and-lt-5.0.0
Update pytest-cov requirement from <4.0.0,>=2.12.0 to >=2.12.0,<5.0.0
2 parents b10cdd5 + 8ef7971 commit c3acc5c

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
@@ -60,7 +60,7 @@ full = [
6060
]
6161
test = [
6262
"pytest >=7.1.3,<8.0.0",
63-
"pytest-cov >=2.12.0,<4.0.0",
63+
"pytest-cov >=2.12.0,<5.0.0",
6464
"mypy ==0.971",
6565
"flake8 >=3.8.3,<7.0.0",
6666
"black ==22.8.0",

0 commit comments

Comments
 (0)