From 5ec7a4bfa652c28be6076623072aeac8ed06fbc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 07:00:52 +0000 Subject: [PATCH] chore(deps): update dependency rules_python to v0.37.2 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 766a1cab..ff1fa1a2 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -272,10 +272,10 @@ def _rule_python(): maybe( http_archive, name = "rules_python", - sha256 = "ca77768989a7f311186a29747e3e95c936a41dffac779aff6b443db22290d913", - strip_prefix = "rules_python-0.36.0", + sha256 = "c6fb25d0ba0246f6d5bd820dd0b2e66b339ccc510242fd4956b9a639b548d113", + strip_prefix = "rules_python-0.37.2", urls = [ - "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.36.0.tar.gz", + "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.37.2.tar.gz", ], )