From bc24ea9f31d9a9956fc85ebe4f87b22973fe7403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 03:11:51 +0000 Subject: [PATCH] Update dependency rules_python to v0.32.2 --- deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.bzl b/deps.bzl index b449e581..aa7b6c06 100644 --- a/deps.bzl +++ b/deps.bzl @@ -23,8 +23,8 @@ def dependencies(): ) http_archive( name = "rules_python", - sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332", - urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz"], + sha256 = "4912ced70dc1a2a8e4b86cec233b192ca053e82bc72d877b98e126156e8f228d", + urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.32.2/rules_python-0.32.2.tar.gz"], ) http_archive( name = "io_bazel_rules_docker",