Skip to content

Commit c7a8ba9

Browse files
committed
fix: scripts/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-1533435
1 parent 157074b commit c7a8ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ idna==2.9
44
JayDeBeApi==1.2.2
55
JPype1==0.7.5
66
requests==2.23.0
7-
urllib3==1.25.9
7+
urllib3==1.26.5

0 commit comments

Comments
 (0)