Skip to content

Commit

Permalink
chore(deps): update dependency rules_python to v0.35.0 (#14649)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 19, 2024
1 parent a051c2a commit d0c1cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bazel_dep(name = "c-ares", version = "1.16.1", repo_name = "com_github_cares_car

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

python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
Expand Down

0 comments on commit d0c1cec

Please sign in to comment.