From 3ae08848b789cf9621bac4cfdb41f55e208dae07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 03:50:19 +0000 Subject: [PATCH] chore(deps): update dependency rules_python to v0.30.0 --- MODULE.bazel | 2 +- third_party/dependencies.bzl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 2261def6..f5c43c6e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -21,7 +21,7 @@ bazel_dep( # Keep in sync with //examples/MODULE.bazel # Keep in sync with //test/aspect/MODULE.bazel # Keep in sync with //test/apply_fixes/execution_logic.py - version = "0.28.0", + version = "0.30.0", ) non_module_dependencies = use_extension( diff --git a/third_party/dependencies.bzl b/third_party/dependencies.bzl index f2c66fc4..4e62a1ff 100644 --- a/third_party/dependencies.bzl +++ b/third_party/dependencies.bzl @@ -7,9 +7,9 @@ def dependencies(): maybe( http_archive, name = "rules_python", - sha256 = "d70cd72a7a4880f0000a6346253414825c19cdd40a28289bdf67b8e6480edff8", - strip_prefix = "rules_python-0.28.0", - urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.28.0/rules_python-0.28.0.tar.gz"], + sha256 = "1fc52b50b267917e107afcfbbbd78261550a6f3319bfc5bd8976a0e11a295ea4", + strip_prefix = "rules_python-0.30.0", + urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.30.0/rules_python-0.30.0.tar.gz"], ) # Keep in sync with MODULE.bazel