Skip to content

Commit abd4654

Browse files
build(deps): update all non-major dependencies
1 parent 1ecd14b commit abd4654

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
# renovate: datasource=github-releases depName=goreleaser packageName=goreleaser/goreleaser
11-
GORELEASER_VERSION: 2.11.2
11+
GORELEASER_VERSION: 2.12.7
1212

1313
jobs:
1414
lint:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ on:
2727

2828
env:
2929
# renovate: datasource=github-releases depName=goreleaser packageName=goreleaser/goreleaser
30-
GORELEASER_VERSION: 2.11.2
30+
GORELEASER_VERSION: 2.12.7
3131

3232
jobs:
3333
publish:

Dockerfile-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/astral-sh/uv:0.8.13-python3.13-alpine
1+
FROM ghcr.io/astral-sh/uv:0.9.11-python3.13-alpine
22

33
ENV SYSTEM_LINK_CONFIG=/config/config.yaml
44
ENV SYSTEM_LINK_LOGS_DIR=/logs

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ require (
66
github.com/PaesslerAG/jsonpath v0.1.1
77
github.com/creasty/defaults v1.8.0
88
github.com/distatus/battery v0.11.0
9-
github.com/eclipse/paho.mqtt.golang v1.5.0
10-
github.com/go-co-op/gocron/v2 v2.16.3
11-
github.com/go-playground/validator/v10 v10.27.0
9+
github.com/eclipse/paho.mqtt.golang v1.5.1
10+
github.com/go-co-op/gocron/v2 v2.18.1
11+
github.com/go-playground/validator/v10 v10.28.0
1212
github.com/goccy/go-yaml v1.18.0
1313
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1414
github.com/kbinani/screenshot v0.0.0-20240820160931-a8a2c5d0e191
1515
github.com/mattn/go-isatty v0.0.20
1616
github.com/rs/zerolog v1.34.0
17-
github.com/shirou/gopsutil/v4 v4.25.7
18-
golang.org/x/sys v0.35.0
19-
golang.org/x/text v0.28.0
17+
github.com/shirou/gopsutil/v4 v4.25.10
18+
golang.org/x/sys v0.38.0
19+
golang.org/x/text v0.31.0
2020
gopkg.in/natefinch/lumberjack.v2 v2.2.1
2121
)
2222

0 commit comments

Comments
 (0)