Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
# renovate: datasource=github-releases depName=goreleaser packageName=goreleaser/goreleaser
GORELEASER_VERSION: 2.11.2
GORELEASER_VERSION: 2.12.7

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

env:
# renovate: datasource=github-releases depName=goreleaser packageName=goreleaser/goreleaser
GORELEASER_VERSION: 2.11.2
GORELEASER_VERSION: 2.12.7

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-python
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/astral-sh/uv:0.8.13-python3.13-alpine
FROM ghcr.io/astral-sh/uv:0.9.7-python3.13-alpine

ENV SYSTEM_LINK_CONFIG=/config/config.yaml
ENV SYSTEM_LINK_LOGS_DIR=/logs
Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ require (
github.com/PaesslerAG/jsonpath v0.1.1
github.com/creasty/defaults v1.8.0
github.com/distatus/battery v0.11.0
github.com/eclipse/paho.mqtt.golang v1.5.0
github.com/go-co-op/gocron/v2 v2.16.3
github.com/go-playground/validator/v10 v10.27.0
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/go-co-op/gocron/v2 v2.18.0
github.com/go-playground/validator/v10 v10.28.0
github.com/goccy/go-yaml v1.18.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/kbinani/screenshot v0.0.0-20240820160931-a8a2c5d0e191
github.com/mattn/go-isatty v0.0.20
github.com/rs/zerolog v1.34.0
github.com/shirou/gopsutil/v4 v4.25.7
golang.org/x/sys v0.35.0
golang.org/x/text v0.28.0
github.com/shirou/gopsutil/v4 v4.25.10
golang.org/x/sys v0.37.0
golang.org/x/text v0.30.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)

Expand Down