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
commit e11a6cea02
2 changed files with 4 additions and 4 deletions

View file

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