File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.38.1 " )
1212bazel_dep (name = "bazel_skylib" , version = "1.4.2" )
1313bazel_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():
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 = "218c4861c13692d27fa8cecd18c281850c43d1b8badae5a79893ab79120a7efb " ,
35+ strip_prefix = "bazel-lib-1.38.1 " ,
36+ url = "https://github.com/aspect-build/bazel-lib/archive/refs/tags/v1.38.1 .tar.gz" ,
3737 )
3838
3939 http_archive (
You can’t perform that action at this time.
0 commit comments