From 90e765f73f166d153f6b5029b066145ce9d2afa6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 21:00:19 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v3.1.0 --- tests/WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/WORKSPACE b/tests/WORKSPACE index b315d565..4cd3bc97 100644 --- a/tests/WORKSPACE +++ b/tests/WORKSPACE @@ -34,9 +34,9 @@ bazel_features_deps() http_archive( name = "aspect_bazel_lib", - sha256 = "8b074b1a2731d29f6b95defdca95297354dc424492caf7019cf6b9f36afba54f", - strip_prefix = "bazel-lib-3.0.1", - url = "https://github.com/aspect-build/bazel-lib/releases/download/v3.0.1/bazel-lib-v3.0.1.tar.gz", + sha256 = "fd0fe4df9b6b7837d5fd765c04ffcea462530a08b3d98627fb6be62a693f4e12", + strip_prefix = "bazel-lib-3.1.0", + url = "https://github.com/aspect-build/bazel-lib/releases/download/v3.1.0/bazel-lib-v3.1.0.tar.gz", ) http_archive(