From 2292193db94628a4d8f8195bce37f5894289c2e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:31:48 +0000 Subject: [PATCH] chore(deps): update dependency rules_python to v0.33.2 --- bazel_integration_test/deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel_integration_test/deps.bzl b/bazel_integration_test/deps.bzl index 96a9014f..d669f1b8 100644 --- a/bazel_integration_test/deps.bzl +++ b/bazel_integration_test/deps.bzl @@ -29,7 +29,7 @@ def bazel_integration_test_rules_dependencies(): maybe( http_archive, name = "rules_python", - sha256 = "5bcfa3852444d084b1d3262714cec151b797648d4d444ea9895c7c7ed79cd715", - strip_prefix = "rules_python-0.33.1", - url = "https://github.com/bazelbuild/rules_python/archive/0.33.1.tar.gz", + sha256 = "e3f1cc7a04d9b09635afb3130731ed82b5f58eadc8233d4efb59944d92ffc06f", + strip_prefix = "rules_python-0.33.2", + url = "https://github.com/bazelbuild/rules_python/archive/0.33.2.tar.gz", )