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-5918878
  • Loading branch information
snyk-bot committed Sep 26, 2023
1 parent 96cc9ce commit 6ca6be3
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
Expand Up @@ -36,4 +36,5 @@ MarkupSafe==2.0.1
# TODO: needed by some plugins: migrate
simple_logger
matplotlib
validators==0.20.0
validators==0.20.0
pillow>=10.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 6ca6be3

Please sign in to comment.