From bc2ea9c5b50c775e04bed3d42639dabb0ea67a04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 20:08:18 +0000 Subject: [PATCH] chore(deps): update dependency aspect_bazel_lib to v1.19.2 --- py/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/py/repositories.bzl b/py/repositories.bzl index 6b99f80a..cbd79909 100644 --- a/py/repositories.bzl +++ b/py/repositories.bzl @@ -31,9 +31,9 @@ def rules_py_dependencies(): http_archive( name = "aspect_bazel_lib", - sha256 = "695d319362b227725e4daa60d863b4d1969b167889902511f1fd3051cea1071f", - strip_prefix = "bazel-lib-1.16.3", - url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.16.3.tar.gz", + sha256 = "931a562afb3ea1d2c828145d8ed65b32245bfb67e4ee7d73092bae7be8dd764f", + strip_prefix = "bazel-lib-1.19.2", + url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.19.2.tar.gz", ) http_archive(