summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-02-24 04:28:24 +0100
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-02-24 04:28:24 +0100
commit7357250c563abd78e8f2533cb1a3ebc335fefe5d (patch)
treef90ba59cf1c85ae610401cf421b7a9c4f3780aee
parentf017908503e965c468e5f0bde524bc753fb18461 (diff)
downloadweb-7357250c563abd78e8f2533cb1a3ebc335fefe5d.tar.gz
web-7357250c563abd78e8f2533cb1a3ebc335fefe5d.tar.bz2
web-7357250c563abd78e8f2533cb1a3ebc335fefe5d.zip
Update flask to latest 2.x release
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 33e7e2c..20cd796 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,8 @@
-Flask==2.2.2 # >=0.10
+Flask==2.3.3 # >=0.10
Flask-WTF==1.1.1 # none
Flask-Script==2.0.6 # none
Flask-Login==0.6.2 # none
-Werkzeug==2.2.2 # >=0.6
+Werkzeug==2.3.7 # >=0.6
Jinja2==3.1.2 # >=2.4
WTForms==3.0.1 # >=1.0
itsdangerous==2.1.2 # none