From 7f7984a0865736fe038cdbda8382a7d3186d8904 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:18:51 -0500 Subject: [PATCH] Update dependency rules_python to v0.24.0 (#203) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update dependency rules_python to v0.24.0 * Update WORKSPACE --------- Co-authored-by: engflow-github-automation Co-authored-by: Andrés Felipe Barco Santa --- WORKSPACE | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 596c40c9..0308bc4e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -252,10 +252,10 @@ perl_register_toolchains() http_archive( name = "rules_python", - sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841", - strip_prefix = "rules_python-0.23.1", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.23.1.tar.gz", -) + sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578", + strip_prefix = "rules_python-0.24.0", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.24.0.tar.gz", +) load("@rules_python//python:pip.bzl", "pip_parse")