Skip to content

Commit 67aade7

Browse files
chore(deps): update dependency aspect_bazel_lib
1 parent 218a202 commit 67aade7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ module(
88

99
# Lower-bound versions of direct dependencies.
1010
# When bumping, add a comment explaining what's required from the newer release.
11-
bazel_dep(name = "aspect_bazel_lib", version = "1.33.0")
11+
bazel_dep(name = "aspect_bazel_lib", version = "1.34.5")
1212
bazel_dep(name = "bazel_skylib", version = "1.4.2")
1313
bazel_dep(name = "rules_python", version = "0.19.0")

py/repositories.bzl

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def rules_py_dependencies():
3131

3232
http_archive(
3333
name = "aspect_bazel_lib",
34-
sha256 = "d488d8ecca98a4042442a4ae5f1ab0b614f896c0ebf6e3eafff363bcc51c6e62",
35-
strip_prefix = "bazel-lib-1.33.0",
36-
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.33.0.tar.gz",
34+
sha256 = "50c76103974f24b24e728d53b7b70e2010f6d9f734e9318f1bb53fa83161fb7b",
35+
strip_prefix = "bazel-lib-1.35.0",
36+
url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.35.0.tar.gz",
3737
)
3838

3939
http_archive(

0 commit comments

Comments
 (0)