Compare commits

..

1 commit

Author SHA1 Message Date
39b5883b21 chore(deps): update dependency coverage to v7.4.4
All checks were successful
build and publish / release-pypackage (pull_request) Successful in 32s
build and publish / update-changelog (pull_request) Successful in 6s
check code / check-code (pull_request) Successful in 32s
2024-03-14 20:14:19 +01:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -50,7 +50,7 @@ python = "3.11"
dependencies = [ dependencies = [
"pytest==7.4.4", "pytest==7.4.4",
"coverage==7.4.4", "coverage==7.4.4",
"octodns==1.6.1", "octodns==1.6.0",
"octodns-spf==0.0.2", "octodns-spf==0.0.2",
] ]