From de203b88793d2838f2ed03718fb35ffa748b67ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:47:06 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib --- MODULE.bazel | 2 +- py/repositories.bzl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 8c319445..428189c3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -8,6 +8,6 @@ module( # Lower-bound versions of direct dependencies. # When bumping, add a comment explaining what's required from the newer release. -bazel_dep(name = "aspect_bazel_lib", version = "1.33.0") +bazel_dep(name = "aspect_bazel_lib", version = "1.37.0") bazel_dep(name = "bazel_skylib", version = "1.4.2") bazel_dep(name = "rules_python", version = "0.19.0") diff --git a/py/repositories.bzl b/py/repositories.bzl index 438d4b6b..bfa39c9d 100644 --- a/py/repositories.bzl +++ b/py/repositories.bzl @@ -31,9 +31,9 @@ def rules_py_dependencies(): http_archive( name = "aspect_bazel_lib", - sha256 = "d488d8ecca98a4042442a4ae5f1ab0b614f896c0ebf6e3eafff363bcc51c6e62", - strip_prefix = "bazel-lib-1.33.0", - url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.33.0.tar.gz", + sha256 = "9783c5671d6cd483b17d207483186e119d9c42b7e21bbb5773fefb50ad5c1df2", + strip_prefix = "bazel-lib-1.38.0", + url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.38.0.tar.gz", ) http_archive(