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-6182918
  • Loading branch information
snyk-bot committed Jan 21, 2024
1 parent baac0b1 commit 9d3b19b
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 @@ -80,4 +80,5 @@ git+https://github.com/dbca-wa/appmonitor_client.git#egg=appmonitor_client
click==8.1.7
numpy==1.26.3
setuptools==69.0.3
wheel==0.42.0
wheel==0.42.0
pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 9d3b19b

Please sign in to comment.