From 84ed479674d3e42a35e7bba6629a2d40ec705f1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 03:48:06 +0000 Subject: [PATCH] Update dependency rules_python to v1 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 237e855..810cc7e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -29,9 +29,9 @@ git_repository( http_archive( name = "rules_python", - sha256 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53", - strip_prefix = "rules_python-0.40.0", - url = "https://github.com/bazelbuild/rules_python/releases/download/0.40.0/rules_python-0.40.0.tar.gz", + sha256 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07", + strip_prefix = "rules_python-1.0.0", + url = "https://github.com/bazelbuild/rules_python/releases/download/1.0.0/rules_python-1.0.0.tar.gz", ) load("@rules_python//python:repositories.bzl", "py_repositories")