mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
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:
parent
7c7efcc24c
commit
e507b44ee9
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue