Skip to content

Commit 4c1b644

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-6002459 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
1 parent 5f8a253 commit 4c1b644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ json2html==1.3.0
22
packaging==23.1
33
six==1.16.0
44
tabulate==0.9.0
5-
urllib3==2.0.6
5+
urllib3==2.2.2

0 commit comments

Comments
 (0)