Skip to content

Commit 742e75f

Browse files
committed
fix: PDF Watermark Remover/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYPDF2-2766479
1 parent 77905c0 commit 742e75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PDF Watermark Remover/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pdf2image==1.15.1
33
fpdf==1.7.2
44
numpy==1.22.0rc1
55
Pillow==9.0.1
6-
PyPDF2==1.26.0
6+
PyPDF2==1.27.5
77
skimage==0.0

0 commit comments

Comments
 (0)