From 4649a05708e3061bbeb54c7d76444e8b23e033b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 17:59:48 +0000 Subject: [PATCH] Bump python-ldap from 2.4.12 to 3.4.0 in /requirements Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 2.4.12 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-2.4.12...python-ldap-3.4.0) --- updated-dependencies: - dependency-name: python-ldap dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 39adb29..95566a0 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,6 +1,6 @@ -r base.txt -python-ldap==2.4.12 +python-ldap==3.4.0 django-auth-ldap==1.1.4 gunicorn==18.0 mysql-python==1.2.5