Actually update to flask and werkzeug 2.3

The update was previously made by @azmeuk but
lost in a bad merge (see #1244 for details).
This commit is contained in:
Alexis Métaireau 2023-11-11 12:02:31 +01:00 committed by zorun
parent 7c7efcc24c
commit e507b44ee9

View file

@ -39,8 +39,8 @@ dependencies = [
"Flask-Talisman>=0.8,<2",
"Flask-WTF>=0.14.3,<2",
"WTForms>=2.3.1,<3.2",
"Flask>=2,<2.3",
"Werkzeug>=2,<2.3",
"Flask>=2,<3",
"Werkzeug>=2,<3",
"itsdangerous>=2,<3",
"Jinja2>=3,<4",
"qrcode>=7.1,<8",