Skip to content

Commit 667f063

Browse files
authored
bazel: bump bazel_dep versions to latest releases (KhronosGroup#6773)
1 parent f803515 commit 667f063

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bazel_dep(name = "bazel_skylib", version = "1.5.0")
1+
bazel_dep(name = "bazel_skylib", version = "1.9.0")
22

33
bazel_dep(name = "googletest", dev_dependency = True)
44
local_path_override(
@@ -19,7 +19,7 @@ local_path_override(
1919
)
2020

2121
bazel_dep(name = "rules_python",
22-
version = "1.5.1")
22+
version = "2.1.0")
2323

2424
# https://rules-python.readthedocs.io/en/stable/toolchains.html#library-modules-with-dev-only-python-usage
2525
python = use_extension(
@@ -32,4 +32,4 @@ python.toolchain(python_version = "3.12",
3232
is_default = True,
3333
ignore_root_user_error = True)
3434

35-
bazel_dep(name = "rules_cc", version = "0.1.1")
35+
bazel_dep(name = "rules_cc", version = "0.2.20")

0 commit comments

Comments
 (0)