Skip to content

Commit

Permalink
fix: scripts/benchmark/requirements.txt to reduce vulnerabilities (#460)
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-6182918

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
  • Loading branch information
ianfhunter and snyk-bot committed Jan 25, 2024
1 parent b6da5d1 commit fb722fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/benchmark/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ d20
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
fonttools>=4.43.0 # not directly required, pinned by Snyk to avoid a vulnerability
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit fb722fc

Please sign in to comment.