From 832a31e192ef7d0a1173ecef47272a3d60e19305 Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Thu, 7 Mar 2024 12:04:09 +0000 Subject: [PATCH] [Build] Update rules_python to 0.31.0 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index fd8a462531dd5..da43e0fba4498 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -51,9 +51,9 @@ aspect_bazel_lib_register_toolchains() 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 = "c68bdc4fbec25de5b5493b8819cfc877c4ea299c0dcb15c244c5a00208cde311", + strip_prefix = "rules_python-0.31.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/0.31.0/rules_python-0.31.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_multi_toolchains")