File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
# Lower-bound versions of direct dependencies.
10
10
# When bumping, add a comment explaining what's required from the newer release.
11
11
bazel_dep (name = "aspect_bazel_lib" , version = "1.38.1" )
12
- bazel_dep (name = "bazel_skylib" , version = "1.4.2 " )
12
+ bazel_dep (name = "bazel_skylib" , version = "1.5.0 " )
13
13
bazel_dep (name = "rules_python" , version = "0.27.1" )
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ def rules_py_internal_deps():
44
44
# see https://github.com/bazelbuild/bazel-skylib/issues/250
45
45
http_archive (
46
46
name = "bazel_skylib" ,
47
- sha256 = "de9d2cedea7103d20c93a5cc7763099728206bd5088342d0009315913a592cc0 " ,
48
- strip_prefix = "bazel-skylib-1.4.2 " ,
49
- url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.4.2 .tar.gz" ,
47
+ sha256 = "118e313990135890ee4cc8504e32929844f9578804a1b2f571d69b1dd080cfb8 " ,
48
+ strip_prefix = "bazel-skylib-1.5.0 " ,
49
+ url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.5.0 .tar.gz" ,
50
50
)
51
51
52
52
http_archive (
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ def rules_py_dependencies():
24
24
# The minimal version of bazel_skylib we require
25
25
http_archive (
26
26
name = "bazel_skylib" ,
27
- sha256 = "de9d2cedea7103d20c93a5cc7763099728206bd5088342d0009315913a592cc0 " ,
28
- strip_prefix = "bazel-skylib-1.4.2 " ,
29
- url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.4.2 .tar.gz" ,
27
+ sha256 = "118e313990135890ee4cc8504e32929844f9578804a1b2f571d69b1dd080cfb8 " ,
28
+ strip_prefix = "bazel-skylib-1.5.0 " ,
29
+ url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.5.0 .tar.gz" ,
30
30
)
31
31
32
32
http_archive (
You can’t perform that action at this time.
0 commit comments