Skip to content

Commit ad49103

Browse files
build(deps): update setuptools requirement from >=82.0.0 to >=82.0.1
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v82.0.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 63b7da8 commit ad49103

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
@@ -25,7 +25,7 @@ dependencies = [
2525
"requests>=2.32.5",
2626
"rich>=15.0.0",
2727
"scapy>=2.6.1; python_version < '4'",
28-
"setuptools>=82.0.0",
28+
"setuptools>=82.0.1",
2929
"urllib3>=2.6.3", # pinned by Snyk to avoid a vulnerability
3030
]
3131

0 commit comments

Comments
 (0)