File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ archive_override(
22
22
23
23
register_toolchains (
24
24
"@aspect_rules_py//py/tools/..." ,
25
- )
25
+ )
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 @@ -31,9 +31,9 @@ def rules_py_dependencies(register_py_toolchains = True):
31
31
# The minimal version of bazel_skylib we require
32
32
http_archive (
33
33
name = "bazel_skylib" ,
34
- sha256 = "de9d2cedea7103d20c93a5cc7763099728206bd5088342d0009315913a592cc0 " ,
35
- strip_prefix = "bazel-skylib-1.4.2 " ,
36
- url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.4.2 .tar.gz" ,
34
+ sha256 = "118e313990135890ee4cc8504e32929844f9578804a1b2f571d69b1dd080cfb8 " ,
35
+ strip_prefix = "bazel-skylib-1.5.0 " ,
36
+ url = "https://github.com/bazelbuild/bazel-skylib/archive/refs/tags/1.5.0 .tar.gz" ,
37
37
)
38
38
39
39
http_archive (
You can’t perform that action at this time.
0 commit comments