From 6c20cc53f4bacd3a7137d926cfc989ae230ed1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 18:00:32 +0000 Subject: [PATCH] Bump python-ldap from 3.2.0 to 3.4.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 934af61..4fcd2fd 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ celery-with-redis==3.0 uwsgi==2.0.17.1 gunicorn==19.9.0 channels==2.2.0 -python-ldap==3.2.0 +python-ldap==3.4.0 paramiko==2.7.1 django==2.0.8 django-celery==3.2.2