@@ -37,9 +37,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
37
37
38
38
http_archive (
39
39
name = "rules_python" ,
40
- sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c " ,
41
- strip_prefix = "rules_python-1.1 .0" ,
42
- url = "https://github.com/bazelbuild/rules_python/releases/download/1.1 .0/rules_python-1.1 .0.tar.gz" ,
40
+ sha256 = "2cc26bbd53854ceb76dd42a834b1002cd4ba7f8df35440cf03482e045affc244 " ,
41
+ strip_prefix = "rules_python-1.3 .0" ,
42
+ url = "https://github.com/bazelbuild/rules_python/releases/download/1.3 .0/rules_python-1.3 .0.tar.gz" ,
43
43
)
44
44
# https://github.com/bazelbuild/rules_python/releases/tag/1.1.0
45
45
load ("@rules_python//python:repositories.bzl" , "py_repositories" )
@@ -54,8 +54,8 @@ http_archive(
54
54
http_archive (
55
55
name = "platforms" ,
56
56
urls = [
57
- "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.10 /platforms-0.0.10 .tar.gz" ,
58
- "https://github.com/bazelbuild/platforms/releases/download/0.0.10 /platforms-0.0.10 .tar.gz" ,
57
+ "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0.0.11 /platforms-0.0.11 .tar.gz" ,
58
+ "https://github.com/bazelbuild/platforms/releases/download/0.0.11 /platforms-0.0.11 .tar.gz" ,
59
59
],
60
- sha256 = "218efe8ee736d26a3572663b374a253c012b716d8af0c07e842e82f238a0a7ee " ,
60
+ sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f " ,
61
61
)
0 commit comments