Fix LDAP: Update django-auth-ldap to support Netbox 4.3

Netbox 4.3.x builds with Django 5.2.x. django-auth-ldap 5.2 adds support for Django 5.2.

- https://github.com/netbox-community/netbox/blob/v4.3.0/requirements.txt
- https://github.com/django-auth-ldap/django-auth-ldap/releases
This commit is contained in:
sekkis 2025-08-13 15:50:31 +02:00 committed by GitHub
parent 477decd80a
commit c77031a142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
django-auth-ldap==5.1.0
django-auth-ldap==5.2.0
dulwich==0.22.8
python3-saml==1.16.0
--no-binary lxml