From 1b89dd52faf541259c559ad21a030798e196c93a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 08:35:04 +0800 Subject: [PATCH] Update dependency rules_python to v0.29.0 (#234) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 44cef770..d9b2532c 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -252,10 +252,10 @@ def _rule_python(): maybe( http_archive, name = "rules_python", - sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578", - strip_prefix = "rules_python-0.24.0", + sha256 = "d71d2c67e0bce986e1c5a7731b4693226867c45bfe0b7c5e0067228a536fc580", + strip_prefix = "rules_python-0.29.0", urls = [ - "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.24.0.tar.gz", + "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.29.0.tar.gz", ], )