Skip to content

Commit 64621a4

Browse files
Update dependencies
1 parent 92898e4 commit 64621a4

5 files changed

Lines changed: 70 additions & 66 deletions

File tree

.github/workflows/bvt-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: "3.14"
1515

1616
- name: Cache pre-commit envs
17-
uses: actions/cache@v5
17+
uses: actions/cache@v6
1818
with:
1919
path: ~/.cache/pre-commit
2020
key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
args: ["--maxkb=1024"]
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.15.18
17+
rev: v0.15.20
1818
hooks:
1919
- id: ruff-format
2020

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ module(
44
)
55

66
bazel_dep(name = "platforms", version = "1.1.0")
7-
bazel_dep(name = "rules_cc", version = "0.2.19")
7+
bazel_dep(name = "rules_cc", version = "0.2.21")
88
bazel_dep(name = "bazel_skylib", version = "1.9.0")
99

1010
bazel_dep(name = "googletest", version = "1.17.0.bcr.2", dev_dependency = True)
1111
bazel_dep(name = "google_benchmark", version = "1.9.5", dev_dependency = True)
12-
bazel_dep(name = "fmt", version = "12.1.0", dev_dependency = True)
13-
bazel_dep(name = "rules_python", version = "2.0.3", dev_dependency = True)
12+
bazel_dep(name = "fmt", version = "12.2.0", dev_dependency = True)
13+
bazel_dep(name = "rules_python", version = "2.2.0", dev_dependency = True)
1414

1515
python = use_extension("@rules_python//python/extensions:python.bzl", "python", dev_dependency = True)
1616
python.toolchain(

0 commit comments

Comments
 (0)