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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2674>
environments/review-docs-renov-0rs3pp/deployments/18912
Renovate Bot 2023-12-09 11:17:48 +00:00
rodzic b46aa638bc
commit e11a6cea02
2 zmienionych plików z 4 dodań i 4 usunięć

6
api/poetry.lock wygenerowano
Wyświetl plik

@ -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"

Wyświetl plik

@ -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" }