Skip to content

Commit d29cea6

Browse files
build(deps-dev): update pytest requirement from >=8.0.0 to >=8.4.2
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.0...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63b7da8 commit d29cea6

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)