Skip to content

Commit 2ffc3b1

Browse files
committed
Bump Bazel, pip, and BCR versions
1 parent 3095074 commit 2ffc3b1

6 files changed

Lines changed: 115 additions & 3117 deletions

File tree

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.1.1
1+
8.3.1

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ repos:
99
hooks:
1010
- id: isort
1111
- repo: https://github.com/pre-commit/mirrors-clang-format
12-
rev: v19.1.7
12+
rev: v20.1.7
1313
hooks:
1414
- id: clang-format
1515
- repo: https://github.com/keith/pre-commit-buildifier
16-
rev: 8.0.1
16+
rev: 8.2.0
1717
hooks:
1818
- id: buildifier
1919
- id: buildifier-lint

MODULE.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ bazel_dep(
66
)
77
bazel_dep(
88
name = "platforms",
9-
version = "0.0.11",
9+
version = "1.0.0",
1010
)
1111
bazel_dep(
1212
name = "rules_cc",
13-
version = "0.1.1",
13+
version = "0.1.2",
1414
)
1515
bazel_dep(
1616
name = "rules_pkg",
17-
version = "1.0.1",
17+
version = "1.1.0",
1818
)
1919
bazel_dep(
2020
name = "rules_python",
21-
version = "1.2.0",
21+
version = "1.5.1",
2222
)
2323
bazel_dep(
2424
name = "toolchains_arm_gnu",
@@ -54,14 +54,14 @@ register_toolchains(
5454
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
5555
python.toolchain(
5656
is_default = True,
57-
python_version = "3.12",
57+
python_version = "3.13",
5858
)
5959

6060
# Load pip dependencies.
6161
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
6262
pip.parse(
6363
hub_name = "pypi",
64-
python_version = "3.12",
64+
python_version = "3.13",
6565
requirements_lock = "//deps:requirements.txt",
6666
)
6767
use_repo(pip, "pypi")

0 commit comments

Comments
 (0)