Compare commits

..

1 commit

Author SHA1 Message Date
0b6f52be1f chore(deps): update dependency pytest to v8
All checks were successful
build and publish / release-pypackage (pull_request) Successful in 32s
build and publish / update-changelog (pull_request) Successful in 5s
check code / check-code (pull_request) Successful in 31s
2024-03-09 20:14:19 +01:00
3 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
just 1.25.2 just 1.16.0
lefthook 1.4.6 lefthook 1.4.6

View file

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

View file

@ -48,9 +48,9 @@ packages = ["src/octodns_netbox_dns"]
[tool.hatch.envs.default] [tool.hatch.envs.default]
python = "3.11" python = "3.11"
dependencies = [ dependencies = [
"pytest==8.1.2", "pytest==8.1.1",
"coverage==7.4.2", "coverage==7.4.2",
"octodns==1.6.1", "octodns==1.5.0",
"octodns-spf==0.0.2", "octodns-spf==0.0.2",
] ]