Skip to content

Commit d7628c6

Browse files
authored
Comment out urllib3 version constraint
Comment out urllib3 dependency to avoid vulnerability.
1 parent 6cccb51 commit d7628c6

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.7.0", # 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)