Skip to content

Commit e6c6ce8

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-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443
1 parent 117c550 commit e6c6ce8

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
@@ -37,6 +37,6 @@ torch
3737
tqdm==4.57.0
3838
typing-extensions==3.7.4.3
3939
tzlocal==2.1
40-
urllib3==1.26.3
40+
urllib3==2.6.0
4141
Werkzeug==1.0.1
4242
zipp==3.4.0

0 commit comments

Comments
 (0)