Skip to content

Commit 889aa35

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 7e0dbc1 commit 889aa35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ unidecode==1.1.1
99
cairosvg==2.5.2
1010
moviepy==1.0.3
1111
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
12-
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
12+
urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)