Skip to content

Commit

Permalink
Update Flask to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed May 9, 2024
1 parent a99a3a7 commit 3897188
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
blinker==1.4
click==8.0
blinker==1.6.2
click==8.1.3
dominate==2.6.0
Flask==2.2.5
Flask==3.0.3
Flask-Bootstrap==3.3.7.1
Flask-Login==0.6.0
Flask-Login==0.6.3
Flask-Mail==0.9.1
Flask-MySQLdb==0.2.0
Flask-SQLAlchemy==3.0.0
Flask-WTF==1.0.1
itsdangerous==2.0
Jinja2==3.1.3
Flask-WTF==1.2.1
itsdangerous==2.1.2
Jinja2==3.1.4
MarkupSafe==2.1.1
mysqlclient==2.1.0
SQLAlchemy==1.4.18
visitor==0.1.3
Werkzeug==2.3.8
Werkzeug==3.0.3
WTForms==2.2.1

0 comments on commit 3897188

Please sign in to comment.