From d3826b9639de1702e79bb173ff23181f32ce778a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 04:31:40 +0000 Subject: [PATCH] Update dependency rules_python to v0.37.2 --- deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.bzl b/deps.bzl index b449e581..ff7fc0d0 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 = "c6fb25d0ba0246f6d5bd820dd0b2e66b339ccc510242fd4956b9a639b548d113", + urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.37.2/rules_python-0.37.2.tar.gz"], ) http_archive( name = "io_bazel_rules_docker",