Skip to content

Commit 21af456

Browse files
committed
fix: Who-Is/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent 5ee66a4 commit 21af456

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Who-Is/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
netaddr==0.7.18
2-
requests==2.31.0
2+
requests==2.31.0
3+
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)