Skip to content

Commit ceadee2

Browse files
committed
fix: tools/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 9979646 commit ceadee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pandas==1.2.0
22
requests==2.31.0
33
matplotlib==3.3.3
4+
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)