From 47c8a64196c9a2cd9b56acda6d7940458a876001 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 05:47:13 +0000 Subject: [PATCH] Update dependency rules_python to v0.36.0 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 06ef8829..9303e381 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -271,10 +271,10 @@ def _rule_python(): maybe( http_archive, name = "rules_python", - sha256 = "be04b635c7be4604be1ef20542e9870af3c49778ce841ee2d92fcb42f9d9516a", - strip_prefix = "rules_python-0.35.0", + sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913", + strip_prefix = "rules_python-0.36.0", urls = [ - "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.35.0.tar.gz", + "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.36.0.tar.gz", ], )