Skip to content

Commit bdb8069

Browse files
committed
fix: PDF-To-CSV-Converter/requirements.txt.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 bdb8069

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
tabula-py
1+
tabula-py
2+
numpy>=1.22.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)