Skip to content

Commit b6d8f73

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 59fdcd4 commit b6d8f73

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ psutil==5.6.6
88
scipy==1.0.0
99
scikit-learn==0.19.1
1010
jinja2==2.10
11+
urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)