Skip to content

Commit 026a1f7

Browse files
committed
fix: Video to PDF/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321969 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970
1 parent 0accdc9 commit 026a1f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Video to PDF/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
fpdf==1.7.2
22
speech_recognition==3.7.1
33
moviepy==1.0.1
4+
numpy>=1.22.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)