Compare commits

...

4 commits

Author SHA1 Message Date
Tobias Genannt d7ea7a09d2
Merge 93b5dec3f8 into 36bf34ddc1 2025-12-27 10:51:39 +01:00
Tobias Genannt 36bf34ddc1
Merge pull request #1583 from netbox-community/renovate/django-auth-ldap-5.x
Some checks failed
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Has been cancelled
push / Checks syntax of our code (push) Has been cancelled
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Has been cancelled
Update dependency django-auth-ldap to v5.3.0
2025-12-27 09:12:47 +01:00
renovate[bot] 36f075e407
chore(deps): update dependency django-auth-ldap to v5.3.0 2025-12-26 18:05:18 +00:00
Tobias Genannt 93b5dec3f8 Changed volume to match upstream image 2025-12-01 12:50:47 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ services:
retries: 5 retries: 5
env_file: env/postgres.env env_file: env/postgres.env
volumes: volumes:
- netbox-postgres-data:/var/lib/postgresql/data - netbox-postgres-data:/var/lib/postgresql
# redis # redis
redis: redis:

View file

@ -1,4 +1,4 @@
django-auth-ldap==5.2.0 django-auth-ldap==5.3.0
dulwich==0.25.0 dulwich==0.25.0
granian[uvloop]==2.6.0 granian[uvloop]==2.6.0
python3-saml==1.16.0 python3-saml==1.16.0