Skip to content

Commit 60a408a

Browse files
build(deps): update urllib3 requirement from >=2.6.3 to >=2.7.0
Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 009748a commit 60a408a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"rich>=15.0.0",
2626
"scapy>=2.7.1rc1; python_version < '4'",
2727
"setuptools>=82.0.1",
28-
"urllib3>=2.6.3", # pinned by Snyk to avoid a vulnerability
28+
"urllib3>=2.7.0", # pinned by Snyk to avoid a vulnerability
2929
]
3030

3131
[project.urls]

0 commit comments

Comments
 (0)