Compare commits

..

No commits in common. "69536438767c8c7483c330967278a19b02d99f7f" and "6326903bb3990ed57045f91bae53b377677862b9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM lscr.io/linuxserver/netbox:3.7.3
FROM lscr.io/linuxserver/netbox:3.7.2
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.5.0",
"octodns==1.4.0",
"octodns-spf==0.0.2",
]