summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-03-28 06:48:26 +0100
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-03-28 16:58:09 +0100
commitc387b99654ab37257441dab9927c14f07c05e219 (patch)
tree975dcfbb1e34fb09a9e1bc834c8987c72543604c
parent8ffed96248a241626e558c06535f069429e66ec4 (diff)
downloadweb-c387b99654ab37257441dab9927c14f07c05e219.tar.gz
web-c387b99654ab37257441dab9927c14f07c05e219.tar.bz2
web-c387b99654ab37257441dab9927c14f07c05e219.zip
Pin ldap3 dependency
-rw-r--r--requirements.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 0341fd1..bec8fbb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,5 +7,6 @@ Jinja2==3.1.3 # >=2.4
WTForms==3.1.2 # >=1.0
itsdangerous==2.1.2 # none
email_validator==2.1.0
-pycryptodome
-ldap3
+pycryptodome==3.20.0
+ldap3==2.9.1
+types-ldap3