Compare commits

...

5 commits

Author SHA1 Message Date
52f5aacbaf chore(deps): update dependency pytest to v8
Some checks failed
build and publish / update-changelog (pull_request) Failing after 22s
build and publish / release-pypackage (pull_request) Successful in 50s
check code / check-code (pull_request) Successful in 37s
2024-05-20 08:19:57 +02:00
77ac5fbc07 Merge pull request 'chore(deps): update lscr.io/linuxserver/netbox docker tag to v3.7.6' (#20) from renovate/lscr.io-linuxserver-netbox-3.x into main
All checks were successful
check code / check-code (push) Successful in 34s
Reviewed-on: #20
2024-04-30 08:31:21 +02:00
3e56f082b2 Merge pull request 'chore(deps): update dependency octodns to v1.7.0' (#21) from renovate/octodns-1.x into main
All checks were successful
check code / check-code (push) Successful in 37s
Reviewed-on: #21
2024-04-30 08:27:55 +02:00
cb510541e2 chore(deps): update dependency octodns to v1.7.0
Some checks failed
build and publish / update-changelog (pull_request) Failing after 9s
build and publish / release-pypackage (pull_request) Successful in 27s
check code / check-code (pull_request) Successful in 30s
2024-04-30 08:17:40 +02:00
d97d2b749c chore(deps): update lscr.io/linuxserver/netbox docker tag to v3.7.6
Some checks failed
check code / check-code (pull_request) Successful in 26s
build and publish / update-changelog (pull_request) Failing after 35s
build and publish / release-pypackage (pull_request) Successful in 37s
2024-04-22 20:15:10 +02:00
2 changed files with 3 additions and 3 deletions

View file

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

View file

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