Compare commits

...

3 commits

Author SHA1 Message Date
a7bb7be806 chore(deps): update dependency ruff to v0.3.6
Some checks failed
build and publish / update-changelog (pull_request) Failing after 4s
build and publish / release-pypackage (pull_request) Successful in 20s
check code / check-code (pull_request) Successful in 25s
2024-04-11 20:15:33 +02:00
9719bcf191 Merge pull request 'chore(deps): update lscr.io/linuxserver/netbox docker tag to v3.7.5' (#19) from renovate/lscr.io-linuxserver-netbox-3.x into main
All checks were successful
check code / check-code (push) Successful in 27s
Reviewed-on: #19
2024-04-08 12:18:49 +02:00
cdd9f0d910 chore(deps): update lscr.io/linuxserver/netbox docker tag to v3.7.5
Some checks failed
build and publish / update-changelog (pull_request) Failing after 8s
build and publish / release-pypackage (pull_request) Successful in 38s
check code / check-code (pull_request) Successful in 31s
2024-04-05 08:17:12 +02: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.5
RUN pip install -U \ RUN pip install -U \
wheel \ wheel \

View file

@ -69,7 +69,7 @@ python = "3.11"
detached = true detached = true
dependencies = [ dependencies = [
"mypy==1.8.0", "mypy==1.8.0",
"ruff==0.2.2", "ruff==0.3.6",
] ]
[tool.hatch.envs.lint.scripts] [tool.hatch.envs.lint.scripts]