chore(api): update dependency python-ldap to v3.4.4

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2674>
This commit is contained in:
Renovate Bot 2023-12-09 11:17:48 +00:00
parent b46aa638bc
commit e11a6cea02
2 changed files with 4 additions and 4 deletions

6
api/poetry.lock generated
View File

@ -3096,12 +3096,12 @@ cli = ["click (>=5.0)"]
[[package]] [[package]]
name = "python-ldap" name = "python-ldap"
version = "3.4.3" version = "3.4.4"
description = "Python modules for implementing LDAP clients" description = "Python modules for implementing LDAP clients"
optional = false optional = false
python-versions = ">=3.6" python-versions = ">=3.6"
files = [ 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] [package.dependencies]
@ -4560,4 +4560,4 @@ typesense = ["typesense"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8,<3.12" python-versions = "^3.8,<3.12"
content-hash = "8cf23fde49eb9cb312f44caa17126dfc5e5a90ed39eeb75d36497ace783a2530" content-hash = "fb841fc0c0b0259bb81716fb1fde9c2c8a3822e2a13b8d7e8c1bae65e47b7ace"

View File

@ -51,7 +51,7 @@ redis = "==4.5.5"
# Django LDAP # Django LDAP
django-auth-ldap = "==4.1.0" django-auth-ldap = "==4.1.0"
python-ldap = "==3.4.3" python-ldap = "==3.4.4"
# Channels # Channels
channels = { extras = ["daphne"], version = "==4.0.0" } channels = { extras = ["daphne"], version = "==4.0.0" }