Skip to content

Commit 8931034

Browse files
committed
fix: engines/owl_dns/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443
1 parent ff378ea commit 8931034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/owl_dns/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ netaddr==0.8.0
1919
requests==2.28.1
2020
setuptools #==65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
2121
six==1.16.0
22-
urllib3==1.26.13
22+
urllib3==2.6.0
2323
validators==0.20.0
2424
werkzeug==2.2.3
2525
#whois==0.9.27

0 commit comments

Comments
 (0)