From 6da2e32d9eb4362b3455f428e75a557f5da09e6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 04:31:00 +0000 Subject: [PATCH] chore(deps): update dependency rules_python to v0.40.0 --- deps.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps.bzl b/deps.bzl index 572cde749..44105f0e8 100644 --- a/deps.bzl +++ b/deps.bzl @@ -29,8 +29,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 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53", + urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.40.0/rules_python-0.40.0.tar.gz"], ) http_archive( name = "io_bazel_rules_docker",