Skip to content

Commit c45cac9

Browse files
fix(deps): update all non-major dependencies
1 parent 5e731a7 commit c45cac9

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ ARG RUFF_VERSION=0.16.2
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.69
35+
ARG TY_VERSION=0.0.70
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
3939
# shell can invoke it directly without a $HOME/.local/bin PATH dance.
4040
# renovate: datasource=pypi depName=pre-commit
41-
ARG PRE_COMMIT_VERSION=4.6.1
41+
ARG PRE_COMMIT_VERSION=4.6.2
4242
# UV_TOOL_DIR holds the per-tool venvs; UV_PYTHON_INSTALL_DIR is where uv
4343
# downloads its managed Python interpreters (both the pre-commit tool venv's
4444
# interpreter and the interactive `python3` installed below). Both must be

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
- name: ty check
183183
env:
184184
# renovate: datasource=pypi depName=ty
185-
TY_VERSION: "0.0.69"
185+
TY_VERSION: "0.0.70"
186186
run: uvx "ty@${TY_VERSION}" check
187187

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

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.15.1
5+
require github.com/vbauerster/mpb/v8 v8.15.2
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.15.1 h1:lU/aOyrM/cGYhUTFGRkJM9zsVkc35abxlGSvA4lmg9M=
1212
github.com/vbauerster/mpb/v8 v8.15.1/go.mod h1:HgpQPKfcWe3kbuGGPmi+jatHreMase5C3Fp5dpdAy0Q=
13+
github.com/vbauerster/mpb/v8 v8.15.2 h1:hyIM0fSQn98i/9jz9Z0dpqhXQoSssgDN+6yXDidAx9k=
14+
github.com/vbauerster/mpb/v8 v8.15.2/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)