fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6808933
This commit is contained in:
parent
7475a98829
commit
e2ca2fa8b9
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ itsdangerous==2.1.2
|
||||||
Jinja2==3.1.3
|
Jinja2==3.1.3
|
||||||
MarkupSafe==2.1.1
|
MarkupSafe==2.1.1
|
||||||
redis==5.0.1
|
redis==5.0.1
|
||||||
Werkzeug==3.0.1
|
Werkzeug==3.0.3
|
||||||
flask-babel
|
flask-babel
|
||||||
|
|
Loading…
Reference in a new issue