Skip to content

Commit 0d5c654

Browse files
authored
chore(deps): update dependency rules_python to v0.34.0 (#14451)
1 parent 0ce05fa commit 0d5c654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ bazel_dep(name = "c-ares", version = "1.16.1", repo_name = "com_github_cares_car
4343

4444
# `google-cloud-cpp` uses this indirectly in the coverage build. And we need
4545
# to configure it for our CI builds.
46-
bazel_dep(name = "rules_python", version = "0.33.2", dev_dependency = True)
46+
bazel_dep(name = "rules_python", version = "0.34.0", dev_dependency = True)
4747

4848
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
4949
python.toolchain(

0 commit comments

Comments
 (0)