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 dfe0002a60
PiperOrigin-RevId: 691059517
pull/38021/head
Marcel 4 weeks ago committed by Copybara-Service
parent 2329b25b09
commit cdac698f75
  1. 6
      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")

Loading…
Cancel
Save