From 20382f31d81fb2fecd939b4d7e1d493c5c539621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 17:59:40 +0000 Subject: [PATCH] Bump python-ldap from 2.4.15 to 3.4.0 in /TOOLS Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 2.4.15 to 3.4.0. - [Release notes](https://github.com/python-ldap/python-ldap/releases) - [Commits](https://github.com/python-ldap/python-ldap/commits/python-ldap-3.4.0) --- updated-dependencies: - dependency-name: python-ldap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- TOOLS/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TOOLS/requirements.txt b/TOOLS/requirements.txt index 0012df70e..60de10f2f 100644 --- a/TOOLS/requirements.txt +++ b/TOOLS/requirements.txt @@ -32,7 +32,7 @@ pydot==1.0.2 pyparsing==1.5.7 pyserial==2.7 python-dateutil==1.5 -python-ldap==2.4.15 +python-ldap==3.4.0 python-openid==2.2.5 python-stdnum==0.9 pytz==2014.4