From b03896a9fe875c5b0dd0a54826761d9cc51b963e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 17:59:49 +0000 Subject: [PATCH] Bump python-ldap from 3.0.0 to 3.4.0 Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.0.0 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.0...python-ldap-3.4.0) --- updated-dependencies: - dependency-name: python-ldap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3cdb5b8..fd61618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ idna==2.6 lpconnector==0.9.0 pyasn1==0.4.2 pyasn1-modules==0.2.1 -python-ldap==3.0.0 +python-ldap==3.4.0 requests==2.20.0 urllib3==1.23 diff --git a/setup.py b/setup.py index ac76a41..f431e0b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def read(fname): setup_requires=['pytest-runner'], tests_require=['pytest', 'pytest-cov', 'pytest-sugar', 'pytest-timeout', 'mock'], install_requires=[ - 'python-ldap==3.0.0', + 'python-ldap==3.4.0', 'requests==2.20.0', 'docopt==0.6.2', ],