Skip to content

Commit 9c206b2

Browse files
fix(deps): update all non-major dependencies
1 parent 29ca17f commit 9c206b2

9 files changed

Lines changed: 14 additions & 12 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ COPY --from=ghcr.io/astral-sh/uv:0.12.0 /uv /uvx /usr/local/bin/
2727
# /root (mode 700) and the vscode user could not follow the bin/ symlink.
2828
# Renovate's regex manager tracks RUFF_VERSION via the comment above the ARG.
2929
# renovate: datasource=pypi depName=ruff
30-
ARG RUFF_VERSION=0.16.0
30+
ARG RUFF_VERSION=0.16.1
3131
# ty: static type checker. Same `uv tool install` pattern as ruff so the
3232
# binary lands on PATH for CI, pre-commit, and the `astral-sh.ty` editor
3333
# extension. UV_TOOL_{BIN_DIR,DIR} are shared across all uv tool installs.
3434
# renovate: datasource=pypi depName=ty
35-
ARG TY_VERSION=0.0.65
35+
ARG TY_VERSION=0.0.66
3636
# pre-commit: the hook runner. Installed via `uv tool install` (not pip) so
3737
# we have a single Python package manager in the devcontainer; the binary
3838
# lands at /usr/local/bin/pre-commit, so post-create.sh and any contributor

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ go install "golang.org/x/tools/gopls@${GOPLS_VERSION}"
3636

3737
# Install delve (Go debugger) — wires up the VS Code "Run & Debug" pane.
3838
# renovate: datasource=go depName=github.com/go-delve/delve
39-
DLV_VERSION=v1.27.0
39+
DLV_VERSION=v1.27.1
4040
go install "github.com/go-delve/delve/cmd/dlv@${DLV_VERSION}"
4141

4242
# Install gotests — generates table-driven test scaffolds from a function.

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- uses: astral-sh/ruff-action@278981a28ce3188b1e39527901f38254bf3aac89 # v4.1.0
132132
with:
133133
# renovate: datasource=pypi depName=ruff
134-
version: "0.16.0"
134+
version: "0.16.1"
135135
args: format --check
136136
- run: ruff check
137137

@@ -182,7 +182,7 @@ jobs:
182182
- name: ty check
183183
env:
184184
# renovate: datasource=pypi depName=ty
185-
TY_VERSION: "0.0.65"
185+
TY_VERSION: "0.0.66"
186186
run: uvx "ty@${TY_VERSION}" check
187187

188188
# Build and test runs once per supported target platform, on a runner whose host matches

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
183183
with:
184184
# renovate: datasource=node-version depName=node
185-
node-version: "24.18.1"
185+
node-version: "24.19.0"
186186

187187
- name: Check the feature lock is in sync
188188
env:

.github/workflows/renovate-derived-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
if: steps.changed.outputs.devcontainer == 'true' && steps.ratify.outputs.conflicts == ''
250250
with:
251251
# renovate: datasource=node-version depName=node
252-
node-version: "24.18.1"
252+
node-version: "24.19.0"
253253

254254
# `--ignore-scripts` because nothing here needs them: the package publishes no install
255255
# script (`hasInstallScript` is absent on the registry entry), so this is free hardening on

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
format: sarif
171171
output: trivy.sarif
172172

173-
- uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
173+
- uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
174174
if: always()
175175
with:
176176
sarif_file: trivy.sarif

requirements_lock.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ idna==3.18 \
3838
--hash=sha256:7f952cbe720b688055e3f87de14f5c3e5fdaa8bc3928985c4077ca689de849a2 \
3939
--hash=sha256:ffb385a7e039654cef1ab9ef32c6fafe283c0c0467bba1d9029738ce4a14a848
4040
# via requests
41-
packaging==26.2 \
42-
--hash=sha256:5fc45236b9446107ff2415ce77c807cee2862cb6fac22b8a73826d0693b0980e \
43-
--hash=sha256:ff452ff5a3e828ce110190feff1178bb1f2ea2281fa2075aadb987c2fb221661
41+
packaging==26.3 \
42+
--hash=sha256:94edc256424af38762eb31306eed28beb9f0efc50a8837492c9d6fd6004aed79 \
43+
--hash=sha256:d7193f7c8e4e93f444fde0262bf90af30e16fa0ad0ad44cb553c87339b23cd1c
4444
# via unnatural-designs-workspace
4545
requests==2.34.2 \
4646
--hash=sha256:2a0d60c172f83ac6ab31e4554906c0f3b3588d37b5cb939b1c061f4907e278e0 \

tools/network_infrastructure_maintenance/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/Syndic/unnatural_designs/tools/network_infrastructure_maintena
22

33
go 1.26.1
44

5-
require github.com/vbauerster/mpb/v8 v8.14.0
5+
require github.com/vbauerster/mpb/v8 v8.15.1
66

77
require (
88
github.com/VividCortex/ewma v1.2.0 // indirect

tools/network_infrastructure_maintenance/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ github.com/vbauerster/cupwriter v0.0.4 h1:9sBPe0uXWLZuWQU5lqVbhyFlxX6c09asST/Yfa
1010
github.com/vbauerster/cupwriter v0.0.4/go.mod h1:IFyzS6Xis5dnBH/rdAhrnuzg3c+KkUqEN6yE8lhJlDw=
1111
github.com/vbauerster/mpb/v8 v8.14.0 h1:55SR80dptMfASxIG/oCEkBXgBhxeSu4GrVsjl16oKmA=
1212
github.com/vbauerster/mpb/v8 v8.14.0/go.mod h1:HgpQPKfcWe3kbuGGPmi+jatHreMase5C3Fp5dpdAy0Q=
13+
github.com/vbauerster/mpb/v8 v8.15.1 h1:lU/aOyrM/cGYhUTFGRkJM9zsVkc35abxlGSvA4lmg9M=
14+
github.com/vbauerster/mpb/v8 v8.15.1/go.mod h1:HgpQPKfcWe3kbuGGPmi+jatHreMase5C3Fp5dpdAy0Q=
1315
golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
1416
golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=

0 commit comments

Comments
 (0)