From f91457f258fdd78f693044a57efa63a38335d1de Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 9 Oct 2023 05:28:06 -0700 Subject: [PATCH] Update rules_python: 0.25.0 -> 0.26.0. PiperOrigin-RevId: 571910358 --- WORKSPACE | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 07208801b1c..6a85ffeb29a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -14,11 +14,15 @@ http_archive( http_archive( name = "rules_python", - sha256 = "5868e73107a8e85d8f323806e60cad7283f34b32163ea6ff1020cf27abef6036", - strip_prefix = "rules_python-0.25.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.25.0/rules_python-0.25.0.tar.gz", + sha256 = "9d04041ac92a0985e344235f5d946f71ac543f1b1565f2cdbc9a2aaee8adf55b", + strip_prefix = "rules_python-0.26.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.26.0/rules_python-0.26.0.tar.gz", ) +load("@rules_python//python:repositories.bzl", "py_repositories") + +py_repositories() + load("@rules_python//python:repositories.bzl", "python_register_toolchains") load( "//tensorflow/tools/toolchains/python:python_repo.bzl",