fix: requirements.txt to reduce vulnerabilities (#16)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
committed by
GitHub
parent
804ec2f539
commit
b12ca085df
@@ -3,3 +3,4 @@ requests>=2.32.2
|
|||||||
reportlab>=3.6.13
|
reportlab>=3.6.13
|
||||||
Faker>=18.9.0
|
Faker>=18.9.0
|
||||||
pillow>=10.2.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
|
||||||
|
werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
|||||||
Reference in New Issue
Block a user