Skip to content

Commit 1e027c1

Browse files
authored
Merge pull request #487 from kimocoder/dependabot/pip/urllib3-gte-2.6.3
build(deps): update urllib3 requirement from >=2.6.0 to >=2.6.3
2 parents e27ae41 + 1d37002 commit 1e027c1

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)