Skip to content

Commit abee982

Browse files
authored
Merge pull request #35 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 d83f600 + cdc173c commit abee982

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
@@ -66,7 +66,7 @@ Source = "https://github.com/eadwinCode/ellar"
6666
[project.optional-dependencies]
6767
test = [
6868
"pytest >=6.2.4,<8.0.0",
69-
"pytest-cov >=2.12.0,<4.0.0",
69+
"pytest-cov >=2.12.0,<5.0.0",
7070
"mypy ==0.971",
7171
"flake8 >=3.8.3,<4.0.0",
7272
"black ==22.8.0",

0 commit comments

Comments
 (0)