From 1da9373ffb3186c8e3126e515338c4ce0683a8c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 06:57:30 +0000 Subject: [PATCH] chore(deps): update dependency rules_python to v0.40.0 --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 766a1cab..4e71d239 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 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53", + strip_prefix = "rules_python-0.40.0", 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.40.0.tar.gz", ], )