From 35030b14a1aaaa0cce75b1de5b66a6b051e4cd10 Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Tue, 22 Aug 2023 14:32:28 -0700 Subject: [PATCH] Upgrade rules_python dependency. PiperOrigin-RevId: 559226153 --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index b965b76495..8019f7ab3f 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -102,8 +102,8 @@ def protobuf_deps(): _github_archive( name = "rules_python", repo = "https://github.com/bazelbuild/rules_python", - commit = "912a5051f51581784fd64094f6bdabf93f6d698f", # 0.14.0 - sha256 = "a3e4b4ade7c4a52e757b16a16e94d0b2640333062180cba577d81fac087a501d", + commit = "02b521fce3c7b36b05813aa986d72777cc3ee328", # 0.24.0 + sha256 = "f9e4f6acf82449324d56669bda4bdb28b48688ad2990d8b39fa5b93ed39c9ad1", ) if not native.existing_rule("rules_ruby"):