From cdac698f756c67a7aad6b9f39bb05ae9135b0432 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 29 Oct 2024 09:58:41 -0700 Subject: [PATCH] Update rules_python to 0.35.0 (#37996) Closes #37996 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37996 from mering:rules-python-0.35.0 dfe0002a60f5b22618c9c4879ca9b66275daf329 PiperOrigin-RevId: 691059517 --- bazel/grpc_python_deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/grpc_python_deps.bzl b/bazel/grpc_python_deps.bzl index 44eca11f671..7a7aa603275 100644 --- a/bazel/grpc_python_deps.bzl +++ b/bazel/grpc_python_deps.bzl @@ -22,9 +22,9 @@ def grpc_python_deps(): if "rules_python" not in native.existing_rules(): http_archive( name = "rules_python", - sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b", - strip_prefix = "rules_python-0.26.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz", + sha256 = "be04b635c7be4604be1ef20542e9870af3c49778ce841ee2d92fcb42f9d9516a", + strip_prefix = "rules_python-0.35.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.35.0/rules_python-0.35.0.tar.gz", ) python_configure(name = "local_config_python")