Skip to content

Commit 199ca85

Browse files
Update dependency rules_python to v0.29.0
1 parent 4d56714 commit 199ca85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ptt = use_extension("//:workspace_setup_transitive_transitive.bzl", "hedron_comp
66
pttt = use_extension("//:workspace_setup_transitive_transitive_transitive.bzl", "hedron_compile_commands_extension")
77

88

9-
bazel_dep(name = "rules_python", version = "0.28.0")
9+
bazel_dep(name = "rules_python", version = "0.29.0")
1010
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
1111
python.toolchain(
1212
python_version = "3.11",

workspace_setup.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ def hedron_compile_commands_setup(module_ctx = None):
2121
maybe(
2222
http_archive,
2323
name = "rules_python",
24-
sha256 = "d70cd72a7a4880f0000a6346253414825c19cdd40a28289bdf67b8e6480edff8",
25-
strip_prefix = "rules_python-0.28.0",
26-
url = "https://github.com/bazelbuild/rules_python/releases/download/0.28.0/rules_python-0.28.0.tar.gz",
24+
sha256 = "d71d2c67e0bce986e1c5a7731b4693226867c45bfe0b7c5e0067228a536fc580",
25+
strip_prefix = "rules_python-0.29.0",
26+
url = "https://github.com/bazelbuild/rules_python/releases/download/0.29.0/rules_python-0.29.0.tar.gz",
2727
)
2828

2929

0 commit comments

Comments
 (0)