From 4ecb9023ac266d96392c53d1d67388759da525af Mon Sep 17 00:00:00 2001 From: Mike Kruskal Date: Thu, 2 Nov 2023 13:25:13 -0700 Subject: [PATCH] Revert "Bump rules_python" This reverts commit 8f4f66759eaba22ad6a2d2a1436ae85a19144d61. --- protobuf_deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protobuf_deps.bzl b/protobuf_deps.bzl index 880b34b48c..554971616d 100644 --- a/protobuf_deps.bzl +++ b/protobuf_deps.bzl @@ -103,8 +103,8 @@ def protobuf_deps(): _github_archive( name = "rules_python", repo = "https://github.com/bazelbuild/rules_python", - commit = "02b521fce3c7b36b05813aa986d72777cc3ee328", # 0.24.0 - sha256 = "f9e4f6acf82449324d56669bda4bdb28b48688ad2990d8b39fa5b93ed39c9ad1", + commit = "912a5051f51581784fd64094f6bdabf93f6d698f", # 0.14.0 + sha256 = "a3e4b4ade7c4a52e757b16a16e94d0b2640333062180cba577d81fac087a501d", ) if not native.existing_rule("rules_ruby"):