summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-02-24 04:30:58 +0100
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-02-24 04:32:23 +0100
commit4276d691360c463e66976bdccf93b9ebfcf2e05a (patch)
treecd201531953af31e39425b5316f2918c8b5cd457
parent7357250c563abd78e8f2533cb1a3ebc335fefe5d (diff)
downloadweb-4276d691360c463e66976bdccf93b9ebfcf2e05a.tar.gz
web-4276d691360c463e66976bdccf93b9ebfcf2e05a.tar.bz2
web-4276d691360c463e66976bdccf93b9ebfcf2e05a.zip
Update more deps
-rw-r--r--requirements.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index 20cd796..f40a5b9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,11 +1,11 @@
Flask==2.3.3 # >=0.10
-Flask-WTF==1.1.1 # none
+Flask-WTF==1.2.1 # none
Flask-Script==2.0.6 # none
-Flask-Login==0.6.2 # none
+Flask-Login==0.6.3 # none
Werkzeug==2.3.7 # >=0.6
-Jinja2==3.1.2 # >=2.4
-WTForms==3.0.1 # >=1.0
+Jinja2==3.1.3 # >=2.4
+WTForms==3.1.2 # >=1.0
itsdangerous==2.1.2 # none
-email_validator==1.3.1
+email_validator==2.1.0
pycryptodome
ldap3