From 59c32cde076bfc286b7d1a6ab06c4e591c956403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 03:58:17 +0000 Subject: [PATCH] Update dependency rules_python to v0.32.0 --- deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.bzl b/deps.bzl index b449e581..6a6c851a 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 = "f4770504f74b9ef87984224a06df35b931d35a2e695ea898102bd9df30ce4fe6", + urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.32.0/rules_python-0.32.0.tar.gz"], ) http_archive( name = "io_bazel_rules_docker",