Skip to content

Commit 0377180

Browse files
committed
fix: PDFToWord/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-LXML-2316995
1 parent d3369b9 commit 0377180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PDFToWord/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fire==0.4.0
2-
lxml==4.6.3
2+
lxml==4.6.5
33
pdf2docx==0.5.1
44
PyMuPDF==1.18.12
55
python-docx==0.8.10

0 commit comments

Comments
 (0)