From 944bc26f0a159cad6e0e764eff721346233d770d Mon Sep 17 00:00:00 2001 From: bhack Date: Wed, 11 Oct 2023 02:23:56 +0000 Subject: [PATCH] Upgrade python rules --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index f50462b478..13eea32f35 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -27,9 +27,9 @@ http_archive( http_archive( name = "rules_python", - sha256 = "84aec9e21cc56fbc7f1335035a71c850d1b9b5cc6ff497306f84cced9a769841", - strip_prefix = "rules_python-0.23.1", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.23.1/rules_python-0.23.1.tar.gz", + sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b", + strip_prefix = "rules_python-0.26.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.23.1/rules_python-0.26.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "python_register_toolchains")