We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1553646 commit f15d1ddCopy full SHA for f15d1dd
pyproject.toml
@@ -43,7 +43,7 @@ test = [
43
"pylint==2.17.4",
44
"pytest==7.3.1",
45
"pytest-aiohttp==1.0.4",
46
- "pytest-cov==4.0.0",
+ "pytest-cov==4.1.0",
47
]
48
49
[project.scripts]
requirements-test.txt
@@ -6,4 +6,4 @@ mypy==1.3.0
6
pylint==2.17.4
7
pytest==7.3.1
8
pytest-aiohttp==1.0.4
9
-pytest-cov==4.0.0
+pytest-cov==4.1.0
0 commit comments