From b79a2e457e6817cf5e26df0a3ca27e1edd919580 Mon Sep 17 00:00:00 2001 From: engflow-github-automation Date: Fri, 1 Sep 2023 00:01:46 +0000 Subject: [PATCH 1/2] Update dependency rules_python to v0.25.0 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a214dd00..654dcd98 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -252,9 +252,9 @@ perl_register_toolchains() http_archive( name = "rules_python", - sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578", - strip_prefix = "rules_python-0.24.0", - url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.24.0.tar.gz", + sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036", + strip_prefix = "rules_python-0.25.0", + url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.25.0.tar.gz", ) load("@rules_python//python:pip.bzl", "pip_parse") From ad3b46cf4f4e56f8d46cf9059d4016ed878cbfa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Felipe=20Barco=20Santa?= Date: Fri, 1 Sep 2023 03:21:39 -0500 Subject: [PATCH 2/2] Update WORKSPACE --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 654dcd98..84367475 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -255,7 +255,7 @@ http_archive( sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036", strip_prefix = "rules_python-0.25.0", url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.25.0.tar.gz", -) +) load("@rules_python//python:pip.bzl", "pip_parse")