mirror of
https://github.com/KevinMidboe/Spotify-Bot.git
synced 2025-10-29 18:00:15 +00:00
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-564338
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Flask==0.11.1
|
Flask==0.11.1
|
||||||
Jinja2==2.8
|
Jinja2==2.8
|
||||||
MarkupSafe==0.23
|
MarkupSafe==0.23
|
||||||
Werkzeug==0.11.10
|
Werkzeug==0.12
|
||||||
click==6.6
|
click==6.6
|
||||||
gunicorn==19.6.0
|
gunicorn==19.6.0
|
||||||
itsdangerous==0.24
|
itsdangerous==0.24
|
||||||
|
|||||||
Reference in New Issue
Block a user