Skip to content

Commit dd9b978

Browse files
committed
fix: Pdf2Video_Converter/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PILLOW-2397241
1 parent f781d34 commit dd9b978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pdf2Video_Converter/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ gTTS==2.2.2
22
moviepy==1.0.3
33
mutagen==1.45.1
44
pdf2image==1.15.1
5-
Pillow==9.0.0
5+
Pillow==9.0.1
66
pytesseract==0.3.7

0 commit comments

Comments
 (0)