From cc0cf4c6c7e02e99132a8935b70c22b5aaaabcea Mon Sep 17 00:00:00 2001 From: Tanner Prestegard <tanner.prestegard@ligo.org> Date: Tue, 5 Feb 2019 11:06:59 -0600 Subject: [PATCH] Update python-ldap version due to install error with 2.5.2 Not sure why this started happening all of a sudden since we have been using 2.5.2 for quite a while. But trying to pip install python-ldap when building a Docker image keeps giving a UnicodeDecodeError. Updating to version 3.1.0 seems to resolve it. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3f83fedf9..9c095605e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ mock==2.0.0 mysql-python==1.2.5 packaging==17.1 phonenumbers==8.8.11 -python-ldap==2.5.2 +python-ldap==3.1.0 python-memcached==1.59 service_identity==17.0.0 simplejson==3.15.0 -- GitLab