Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#496)
Browse files Browse the repository at this point in the history
Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com>
  • Loading branch information
aki-bot[bot] authored Sep 7, 2024
1 parent 5f67d3b commit 6ca6c37
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.12.5
python 3.12.6
4 changes: 2 additions & 2 deletions ansible/roles/all/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ lazydocker_architecture: >-
{{ architecture_to_lazydocker_architecture[ansible_architecture] }}
# renovate: datasource=github-releases depName=jesseduffield/lazygit
lazygit_version: v0.43.1
lazygit_version: v0.44.0
architecture_to_lazygit_architecture:
x86_64: x86_64
armv7l: armv6
lazygit_architecture: >-
{{ architecture_to_lazygit_architecture[ansible_architecture] }}
# renovate: datasource=github-releases depName=jdx/mise
mise_version: v2024.8.15
mise_version: v2024.9.0
architecture_to_mise_architecture:
x86_64: x64
armv7l: armv7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
home-assistant:
image: lscr.io/linuxserver/homeassistant:2024.8.3@sha256:aa4f0217bb90bb4957b7b8d6b1e4df8ca00133f76ef4c9e9c295ebbd238658fb # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2024.9.1@sha256:9a87d97e4be401747ba4dd92dcb61e2e914bff0fe39c7dc7061ea88cc01d2612 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
restart: always

prowlarr:
image: lscr.io/linuxserver/prowlarr:1.21.2@sha256:90969b886ddf0a26a23e24ddce107b61c8906a24589c630e562279e1b64f936d # editorconfig-checker-disable-line
image: lscr.io/linuxserver/prowlarr:1.23.1@sha256:aff97416338c203494903170a4024cfc2a5ff13a7b0f33ab4399c46126499566 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down

0 comments on commit 6ca6c37

Please sign in to comment.