Compare commits

...

3 commits

Author SHA1 Message Date
6183374217 chore(deps): update dependency ruff to v0.5.6
All checks were successful
build pypackage and create release / release-github (pull_request) Successful in 23s
check code / check-code (pull_request) Successful in 17s
2024-08-02 20:17:20 +02:00
96d4bff5ff Merge pull request 'chore(deps): update lscr.io/linuxserver/netbox docker tag to v4.0.8' (#30) from renovate/lscr.io-linuxserver-netbox-4.x into main
All checks were successful
check code / check-code (push) Successful in 18s
Reviewed-on: #30
2024-07-28 18:55:45 +02:00
aaab7d948e chore(deps): update lscr.io/linuxserver/netbox docker tag to v4.0.8
All checks were successful
build pypackage and create release / release-github (pull_request) Successful in 54s
check code / check-code (pull_request) Successful in 1m8s
2024-07-27 08:19:35 +02:00
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -69,7 +69,7 @@ validate = ["cd dev && octodns-validate --debug --config-file sync.yml {args}"]
[tool.hatch.envs.lint] [tool.hatch.envs.lint]
python = "3.11" python = "3.11"
detached = true detached = true
dependencies = ["mypy==1.10.0", "ruff==0.4.8"] dependencies = ["mypy==1.10.0", "ruff==0.5.6"]
[tool.hatch.envs.lint.scripts] [tool.hatch.envs.lint.scripts]
typing = "mypy --non-interactive --install-types {args:src/octodns_netbox_dns}" typing = "mypy --non-interactive --install-types {args:src/octodns_netbox_dns}"