Upgrade werkzeug and flask dependencies

This commit is contained in:
allegroai 2024-01-10 15:10:46 +02:00
parent 262a301e28
commit 439911b84c
2 changed files with 5 additions and 3 deletions

View File

@ -10,7 +10,7 @@ elasticsearch==7.17.9
fastjsonschema>=2.8
flask-compress>=1.4.0
flask-cors>=3.0.5
flask>=2.3.2
flask>=2.3.3
furl>=2.0.0
google-cloud-storage>=2.8.0
gunicorn>=20.1.0
@ -34,3 +34,4 @@ setuptools>=65.5.1
six
validators>=0.12.4
urllib3>=1.26.18
werkzeug>=3.0.1

View File

@ -1,8 +1,9 @@
boltons>=19.1.0
flask-compress>=1.4.0
flask-cors>=3.0.5
flask>=2.3.2
flask>=2.3.3
gunicorn>=20.1.0
pyhocon>=0.3.35
setuptools>=65.5.1
urllib3>=1.26.18
urllib3>=1.26.18
werkzeug>=3.0.1