From 5f304ee29a37c78cae0990e91fe2e004ff490bf8 Mon Sep 17 00:00:00 2001 From: Phil Jaenke Date: Mon, 22 Aug 2022 20:40:17 -0400 Subject: [PATCH] Update to python-ldap 3.4.2 Minor version bump. This is necessary to resolve build issues on Alpine 3.16+ without impacts for any other distributions. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cef0a76..1fc2864 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ mysqlclient==2.0.1 configobj==5.0.6 bcrypt>=3.1.7 requests==2.24.0 -python-ldap==3.4.0 +python-ldap==3.4.2 pyotp==2.4.0 qrcode==6.1 dnspython>=1.16.0