mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-01-28 13:43:13 +00:00
Compare commits
8 commits
c0164e3a79
...
3ef6dce571
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ef6dce571 | ||
|
|
36bf34ddc1 | ||
|
|
36f075e407 | ||
|
|
937216ecb0 | ||
|
|
968bef976c | ||
|
|
021c3fea99 | ||
|
|
d6f8ae0281 | ||
|
|
a517836bdd |
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,3 +12,5 @@ configuration/ldap/*
|
||||||
!configuration/logging.py
|
!configuration/logging.py
|
||||||
!configuration/plugins.py
|
!configuration/plugins.py
|
||||||
super-linter.log
|
super-linter.log
|
||||||
|
.env
|
||||||
|
Dockerfile-Plugins
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
django-auth-ldap==5.2.0
|
django-auth-ldap==5.3.0
|
||||||
dulwich==0.24.10
|
dulwich==0.25.0
|
||||||
granian[uvloop]==2.6.0
|
granian[uvloop]==2.6.0
|
||||||
python3-saml==1.16.0
|
python3-saml==1.16.0
|
||||||
--no-binary lxml
|
--no-binary lxml
|
||||||
--no-binary xmlsec
|
--no-binary xmlsec
|
||||||
sentry-sdk[django]==2.47.0
|
sentry-sdk[django]==2.48.0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue