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-6043904
- https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6041510
  • Loading branch information
snyk-bot committed Nov 3, 2023
1 parent 4a3902d commit 59d1fc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ timeout-decorator
anyio==3.7.1
pytest-aioresponses
aiohttp-retry
pillow>=10.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 59d1fc6

Please sign in to comment.