Skip to content

Commit

Permalink
[web] upgrade to flask 2.3 for fixed type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Aug 10, 2023
1 parent e6133ab commit 2234718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Flask-Login~=0.6.2
Flask-Testing~=0.8.1
Flask-WTF~=1.0.0
Flask-RESTful~=0.3.7
Flask~=2.0.0
Flask~=2.3.2
Jinja2~=3.0
MarkupSafe~=2.0
SQLAlchemy>=2.0.1
WTForms~=2.2.1
Werkzeug~=2.0.0
Werkzeug~=2.3.6
blinker~=1.4
ipaddr~=2.2.0
jsonschema~=3.2.0
Expand Down

0 comments on commit 2234718

Please sign in to comment.