From fa8efa1bff402afff55ad6194f89558d52d934a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:20:56 +0000 Subject: [PATCH] Update dependency rules_python to v0.28.0 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index e139d93e..755ec423 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -258,10 +258,10 @@ def _rule_python(): maybe( http_archive, name = "rules_python", - sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578", - strip_prefix = "rules_python-0.24.0", + sha256 = "d70cd72a7a4880f0000a6346253414825c19cdd40a28289bdf67b8e6480edff8", + strip_prefix = "rules_python-0.28.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.28.0.tar.gz", ], )