From 3735f9f00475dea12676d3be7d434b0562d9696b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 17:59:30 +0000 Subject: [PATCH] Bump python-ldap from 3.0.0b4 to 3.4.0 Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.0.0b4 to 3.4.0. - [Release notes](https://github.com/python-ldap/python-ldap/releases) - [Commits](https://github.com/python-ldap/python-ldap/compare/python-ldap-3.0.0b4...python-ldap-3.4.0) --- updated-dependencies: - dependency-name: python-ldap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e59fe4af..a7f0295b 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ 'prometheus_client', 'python-etcd', 'python-jenkins==0.4.16', - 'python-ldap==3.0.0b4', + 'python-ldap==3.4.0', 'pyyaml', 'requests', 'google-api-python-client==1.6.4',