diff --git a/py/repositories.bzl b/py/repositories.bzl index 17d321f4..d4d6e733 100644 --- a/py/repositories.bzl +++ b/py/repositories.bzl @@ -32,9 +32,9 @@ def rules_py_dependencies(): http_archive( name = "aspect_bazel_lib", - sha256 = "5371d3143307e5222e3c33a575042f93647b4e0a7d6d837f87b6b751102d27ca", - strip_prefix = "bazel-lib-1.40.3", - url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.40.3.tar.gz", + sha256 = "6e2176fcc7fc61f4d4ff1a70f74d6cb30ceb7b672a2f7ddc64be52501b1db213", + strip_prefix = "bazel-lib-1.42.2", + url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.42.2.tar.gz", ) http_archive(