Skip to content

Commit bc6bb2f

Browse files
authored
Merge pull request #507 from kimocoder/dependabot/pip/urllib3-gte-2.7.0
build(deps): update urllib3 requirement from >=2.6.3 to >=2.7.0
2 parents 009748a + 60a408a commit bc6bb2f

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)