Skip to content

Commit f15d1dd

Browse files
Bump pytest-cov from 4.0.0 to 4.1.0 (#303)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1553646 commit f15d1dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test = [
4343
"pylint==2.17.4",
4444
"pytest==7.3.1",
4545
"pytest-aiohttp==1.0.4",
46-
"pytest-cov==4.0.0",
46+
"pytest-cov==4.1.0",
4747
]
4848

4949
[project.scripts]

requirements-test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ mypy==1.3.0
66
pylint==2.17.4
77
pytest==7.3.1
88
pytest-aiohttp==1.0.4
9-
pytest-cov==4.0.0
9+
pytest-cov==4.1.0

0 commit comments

Comments
 (0)