Skip to content

Commit 56ed7cb

Browse files
Update dependencies
1 parent 92898e4 commit 56ed7cb

9 files changed

Lines changed: 83 additions & 78 deletions

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.1.1
1+
9.2.0

.github/workflows/bvt-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
- uses: actions/checkout@v7
1010

1111
- name: Setup Python
12-
uses: actions/setup-python@v6
12+
uses: actions/setup-python@v7.0.0
1313
with:
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') }}

.github/workflows/pipeline-bump-cpp-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
token: ${{ steps.app-token.outputs.token }}
3939

40-
- uses: actions/setup-python@v6
40+
- uses: actions/setup-python@v7.0.0
4141
with:
4242
python-version: "3.14"
4343

.github/workflows/pipeline-bump-renovate-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- uses: actions/checkout@v7
3636

37-
- uses: actions/setup-node@v6
37+
- uses: actions/setup-node@v7
3838
with:
3939
node-version: lts/*
4040

.github/workflows/pipeline-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1515

1616
- name: Setup Python
17-
uses: actions/setup-python@v6
17+
uses: actions/setup-python@v7.0.0
1818
with:
1919
python-version: "3.14"
2020

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.22
1818
hooks:
1919
- id: ruff-format
2020

@@ -41,7 +41,7 @@ repos:
4141
- id: meson-format
4242
name: meson format
4343
language: python
44-
additional_dependencies: ["meson==1.11.1"]
44+
additional_dependencies: ["meson==1.11.2"]
4545
entry: meson
4646
args: ["format", "--check-only", "--recursive", "meson.build"]
4747
pass_filenames: false
@@ -50,7 +50,7 @@ repos:
5050
- id: clang-format
5151
name: clang-format
5252
language: python
53-
additional_dependencies: ["clang-format==22.1.5"]
53+
additional_dependencies: ["clang-format==22.1.8"]
5454
entry: python3 tools/format_cpp.py
5555
pass_filenames: false
5656
files: '\.(h|ixx|cpp|md)$'

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.22")
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(

MODULE.bazel.lock

Lines changed: 69 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mkdocs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ mdx_truly_sane_lists==1.3
33
mkdocs-awesome-pages-plugin==2.10.1
44
mkdocs-exclude==1.0.2
55
mkdocs-git-revision-date-localized-plugin==1.5.3
6-
mkdocs-material==9.7.6
6+
mkdocs-material==9.7.7
77
mkdocs-open-in-new-tab==1.0.8
88
mkdocs==1.6.1
99
pygments==2.20.0
10-
pymdown-extensions==10.21.3
10+
pymdown-extensions==11.0.1

0 commit comments

Comments
 (0)