Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities (#67)
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-6514866

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
cneskey and snyk-bot authored Nov 25, 2024
1 parent e460f03 commit e927b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ numpy>=1.16.1
scipy>=1.2.1
matplotlib>=3.0.2
xlrd>=1.2.0
pillow>=10.3.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit e927b4a

Please sign in to comment.