Skip to content

Commit 1d37002

Browse files
build(deps): update urllib3 requirement from >=2.6.0 to >=2.6.3
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.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e27ae41 commit 1d37002

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
@@ -26,7 +26,7 @@ dependencies = [
2626
"rich>=14.0.0",
2727
"scapy>=2.6.1; python_version < '4'",
2828
"setuptools>=82.0.0",
29-
"urllib3>=2.6.0", # pinned by Snyk to avoid a vulnerability
29+
"urllib3>=2.6.3", # pinned by Snyk to avoid a vulnerability
3030
]
3131

3232
[project.urls]

0 commit comments

Comments
 (0)