Skip to content

Commit 1bb89bb

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-14896210 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843
1 parent ff378ea commit 1bb89bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

engines/owl_dns/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ 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.3
2323
validators==0.20.0
24-
werkzeug==2.2.3
24+
werkzeug==3.1.5
2525
#whois==0.9.27
2626
psutil==5.9.8

0 commit comments

Comments
 (0)