Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219984
- https://snyk.io/vuln/SNYK-PYTHON-PILLOW-6219986
  • Loading branch information
snyk-bot committed Feb 1, 2024
1 parent 6cb25e2 commit 8e0f766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
chardet>=4.0.0
imageio>=2.9.0
PyQt5>=5.15.4
XlsxWriter>=3.0.1
XlsxWriter>=3.0.1
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 8e0f766

Please sign in to comment.