Compare commits

...

5 commits

Author SHA1 Message Date
Dominic 2996dc0155
Merge d6f8ae0281 into 9de4e23f9c 2025-11-17 11:14:30 +01:00
Tobias Genannt 9de4e23f9c
Merge pull request #1562 from netbox-community/renovate/granian-2.x
Some checks failed
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-latest.sh, ubuntu-24.04-arm) (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 granian to v2.6.0
2025-11-16 19:27:33 +01:00
renovate[bot] db027b14a3
Update dependency granian to v2.6.0 2025-11-16 17:56:30 +00:00
Dominic d6f8ae0281
Update .gitignore
Formating
2025-08-30 13:19:01 +02:00
Dominic a517836bdd
Update .gitignore
add .env & Dockerfile-Plugins so user who build images with plugins don't get these local files tracked
2025-08-26 08:58:03 +02:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -12,3 +12,5 @@ configuration/ldap/*
!configuration/logging.py
!configuration/plugins.py
super-linter.log
.env
Dockerfile-Plugins

View file

@ -1,6 +1,6 @@
django-auth-ldap==5.2.0
dulwich==0.24.10
granian[uvloop]==2.5.7
granian[uvloop]==2.6.0
python3-saml==1.16.0
--no-binary lxml
--no-binary xmlsec