Skip to content

Commit

Permalink
Actually update to flask and werkzeug 2.3
Browse files Browse the repository at this point in the history
The update was previously made by @azmeuk but
lost in a bad merge (see #1244 for details).
  • Loading branch information
almet committed Nov 11, 2023
1 parent 7c7efcc commit 3980027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3980027

Please sign in to comment.