Compare commits

..

2 commits

Author SHA1 Message Date
6953643876 Update dependency octodns to v1.5.0
All checks were successful
check code / check-code (push) Successful in 33s
2024-02-29 09:22:49 +01:00
537cd2061b Update lscr.io/linuxserver/netbox Docker tag to v3.7.3 2024-02-29 09:22:49 +01:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM lscr.io/linuxserver/netbox:3.7.2
FROM lscr.io/linuxserver/netbox:3.7.3
RUN pip install -U \
wheel \

View file

@ -50,7 +50,7 @@ python = "3.11"
dependencies = [
"pytest==7.4.4",
"coverage==7.4.2",
"octodns==1.4.0",
"octodns==1.5.0",
"octodns-spf==0.0.2",
]