File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# Lower-bound versions of direct dependencies.
10
10
# 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.36 .0" )
12
12
bazel_dep (name = "bazel_skylib" , version = "1.4.2" )
13
13
bazel_dep (name = "rules_python" , version = "0.19.0" )
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ def rules_py_dependencies():
31
31
32
32
http_archive (
33
33
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 = "76febb5cf3c81f00ae1f0a197bd2d0cfecab4018b2a366eb3ea1fbf52dfc9b2f " ,
35
+ strip_prefix = "bazel-lib-1.36 .0" ,
36
+ url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.36 .0.tar.gz" ,
37
37
)
38
38
39
39
http_archive (
You can’t perform that action at this time.
0 commit comments