Skip to content

Commit d00fdb5

Browse files
chore(deps): update all non-major dependencies
1 parent 8e216dd commit d00fdb5

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ARG RUFF_VERSION=0.16.4
3535
# binary lands on PATH for CI, pre-commit, and the `astral-sh.ty` editor
3636
# extension. UV_TOOL_{BIN_DIR,DIR} are shared across all uv tool installs.
3737
# renovate: datasource=pypi depName=ty
38-
ARG TY_VERSION=0.0.73
38+
ARG TY_VERSION=0.0.74
3939
# pre-commit: the hook runner. Installed via `uv tool install` (not pip) so
4040
# we have a single Python package manager in the devcontainer; the binary
4141
# lands at /usr/local/bin/pre-commit, so post-create.sh and any contributor

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
- name: ty check
246246
env:
247247
# renovate: datasource=pypi depName=ty
248-
TY_VERSION: "0.0.73"
248+
TY_VERSION: "0.0.74"
249249
run: uvx "ty@${TY_VERSION}" check
250250

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

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@ jobs:
102102
go.work.sum
103103
**/go.sum
104104
105-
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
105+
- uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
106106
with:
107107
languages: ${{ matrix.language }}
108108
# No separate autobuild step: that action documents itself as superseded by this input.
109109
build-mode: ${{ matrix.build-mode }}
110110

111-
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
111+
- uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
112112
with:
113113
# The string default setup uploaded under; it is what separates one language's
114114
# results from another's within a tool.
@@ -244,7 +244,7 @@ jobs:
244244
format: sarif
245245
output: trivy.sarif
246246

247-
- uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
247+
- uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
248248
if: always()
249249
with:
250250
sarif_file: trivy.sarif

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ go_deps.from_file(go_work = "//:go.work")
6464
use_repo(go_deps, "com_github_vbauerster_mpb_v8")
6565

6666
# ── Python ────────────────────────────────────────────────────────────────────────────────────────
67-
bazel_dep(name = "rules_python", version = "2.3.1")
67+
bazel_dep(name = "rules_python", version = "2.3.2")
6868

6969
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
7070
python.toolchain(

0 commit comments

Comments
 (0)