mirror of
https://github.com/KevinMidboe/Spotify-Bot.git
synced 2026-02-14 13:29:25 +00:00
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-JINJA2-1012994
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
Flask==0.11.1
|
Flask==0.11.1
|
||||||
Jinja2==2.8
|
Jinja2==2.11.3
|
||||||
MarkupSafe==0.23
|
MarkupSafe==0.23
|
||||||
Werkzeug==0.11.10
|
Werkzeug==0.11.10
|
||||||
click==6.6
|
click==6.6
|
||||||
|
|||||||
Reference in New Issue
Block a user