Skip to content

Commit ef29d5d

Browse files
authored
Merge pull request #492 from kimocoder/dependabot/pip/pytest-gte-8.4.2
build(deps-dev): update pytest requirement from >=8.0.0 to >=8.4.2
2 parents 85e8f41 + d29cea6 commit ef29d5d

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
@@ -39,7 +39,7 @@ wifite = "wifite.wifite:main"
3939

4040
[project.optional-dependencies]
4141
dev = [
42-
"pytest>=8.0.0",
42+
"pytest>=8.4.2",
4343
"pytest-cov>=7.1.0",
4444
"pytest-timeout>=2.4.0",
4545
]

0 commit comments

Comments
 (0)