Skip to content

Commit 63b7da8

Browse files
authored
Merge pull request #491 from kimocoder/dependabot/pip/pytest-cov-gte-7.1.0
build(deps-dev): update pytest-cov requirement from >=4.1.0 to >=7.1.0
2 parents a2982e2 + 0323c66 commit 63b7da8

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
@@ -40,7 +40,7 @@ wifite = "wifite.wifite:main"
4040
[project.optional-dependencies]
4141
dev = [
4242
"pytest>=8.0.0",
43-
"pytest-cov>=4.1.0",
43+
"pytest-cov>=7.1.0",
4444
"pytest-timeout>=2.4.0",
4545
]
4646

0 commit comments

Comments
 (0)