Skip to content

Commit

Permalink
fix: scripts/histogram/requirements.txt to reduce vulnerabilities (#439)
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-6043904

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
ianfhunter and snyk-bot authored Nov 17, 2023
1 parent 9dece90 commit 989487f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/histogram/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
matplotlib
scipy
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.0.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 989487f

Please sign in to comment.