Skip to content

Commit 0aa8464

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210
1 parent a2e04be commit 0aa8464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ requests==2.25.1
2020
sh==1.14.1
2121
six==1.15.0
2222
tld==0.12.5
23-
urllib3==1.26.2
23+
urllib3==2.6.3
2424
zope.interface==5.2.0

0 commit comments

Comments
 (0)