From e5ff620baf097a6ada27b6c655e5691b50cad250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 18:00:19 +0000 Subject: [PATCH] Bump python-ldap from 3.2.0 to 3.4.0 in /spug_api Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.2.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.2.0...python-ldap-3.4.0) --- updated-dependencies: - dependency-name: python-ldap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spug_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spug_api/requirements.txt b/spug_api/requirements.txt index 6381eb1..c7a2c21 100644 --- a/spug_api/requirements.txt +++ b/spug_api/requirements.txt @@ -6,5 +6,5 @@ paramiko==2.8.0 django-redis==4.10.0 requests==2.22.0 GitPython==3.0.8 -python-ldap==3.2.0 +python-ldap==3.4.0 openpyxl==3.0.3 \ No newline at end of file