Skip to content

Commit 297d0e7

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-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194
1 parent bf8edc1 commit 297d0e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ tqdm==4.62.3
1111
olefile==0.46
1212
Pillow==8.3.2
1313
py-bcrypt==0.4
14-
scikit_learn==0.22.2.post1
14+
scikit_learn==0.22.2.post1
15+
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)