File tree Expand file tree Collapse file tree
tools/network_infrastructure_maintenance Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/Syndic/unnatural_designs/tools/network_infrastructure_maintena
22
33go 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
77require (
88 github.com/VividCortex/ewma v1.2.0 // indirect
Original file line number Diff line number Diff line change @@ -10,5 +10,7 @@ github.com/vbauerster/cupwriter v0.0.4 h1:9sBPe0uXWLZuWQU5lqVbhyFlxX6c09asST/Yfa
1010github.com/vbauerster/cupwriter v0.0.4 /go.mod h1:IFyzS6Xis5dnBH/rdAhrnuzg3c+KkUqEN6yE8lhJlDw =
1111github.com/vbauerster/mpb/v8 v8.15.1 h1:lU/aOyrM/cGYhUTFGRkJM9zsVkc35abxlGSvA4lmg9M =
1212github.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 =
1315golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs =
1416golang.org/x/sys v0.47.0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
You can’t perform that action at this time.
0 commit comments