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(