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 @@ -29,7 +29,7 @@ bazel_dep(name = "rules_foreign_cc", version = "0.15.0")
29
29
bazel_dep (name = "abseil-cpp" , version = "20240722.0" , repo_name = "com_google_absl" )
30
30
31
31
# TODO: Remove when protobuf is released with a version of rules_python that supports 8.x
32
- bazel_dep (name = "rules_python" , version = "1.1 .0" )
32
+ bazel_dep (name = "rules_python" , version = "1.5 .0" )
33
33
34
34
# As a workaround for https://github.com/bazelbuild/rules_foreign_cc/issues/1018.
35
35
rules_foreign_cc_tools = use_extension ("@rules_foreign_cc//foreign_cc:extensions.bzl" , "tools" )
Original file line number Diff line number Diff line change @@ -279,9 +279,9 @@ rust_register_toolchains()
279
279
280
280
http_archive (
281
281
name = "rules_python" ,
282
- sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c " ,
283
- strip_prefix = "rules_python-1.1 .0" ,
284
- url = "https://github.com/bazelbuild/rules_python/releases/download/1.1 .0/rules_python-1.1 .0.tar.gz" ,
282
+ sha256 = "7b9039c31e909cf59eeaea8ccbdc54f09f7ebaeb9609b94371c7de45e802977c " ,
283
+ strip_prefix = "rules_python-1.5 .0" ,
284
+ url = "https://github.com/bazelbuild/rules_python/releases/download/1.5 .0/rules_python-1.5 .0.tar.gz" ,
285
285
)
286
286
287
287
load ("@rules_python//python:repositories.bzl" , "py_repositories" )
You can’t perform that action at this time.
0 commit comments