From e11a6cea028e52b2bace4674181eed07b143e6b0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 9 Dec 2023 11:17:48 +0000 Subject: [PATCH] chore(api): update dependency python-ldap to v3.4.4 Part-of: --- api/poetry.lock | 6 +++--- api/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 24e99d160..c4f7b3498 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -3096,12 +3096,12 @@ cli = ["click (>=5.0)"] [[package]] name = "python-ldap" -version = "3.4.3" +version = "3.4.4" description = "Python modules for implementing LDAP clients" optional = false python-versions = ">=3.6" files = [ - {file = "python-ldap-3.4.3.tar.gz", hash = "sha256:ab26c519a0ef2a443a2a10391fa3c5cb52d7871323399db949ebfaa9f25ee2a0"}, + {file = "python-ldap-3.4.4.tar.gz", hash = "sha256:7edb0accec4e037797705f3a05cbf36a9fde50d08c8f67f2aef99a2628fab828"}, ] [package.dependencies] @@ -4560,4 +4560,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.12" -content-hash = "8cf23fde49eb9cb312f44caa17126dfc5e5a90ed39eeb75d36497ace783a2530" +content-hash = "fb841fc0c0b0259bb81716fb1fde9c2c8a3822e2a13b8d7e8c1bae65e47b7ace" diff --git a/api/pyproject.toml b/api/pyproject.toml index 3020319d2..334579703 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -51,7 +51,7 @@ redis = "==4.5.5" # Django LDAP django-auth-ldap = "==4.1.0" -python-ldap = "==3.4.3" +python-ldap = "==3.4.4" # Channels channels = { extras = ["daphne"], version = "==4.0.0" }