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.13.0")
2929bazel_dep (name = "abseil-cpp" , version = "20240722.0" , repo_name = "com_google_absl" )
3030
3131# TODO: Remove when protobuf is released with a version of rules_python that supports 8.x
32- bazel_dep (name = "rules_python" , version = "1.0 .0" )
32+ bazel_dep (name = "rules_python" , version = "1.1 .0" )
3333
3434# As a workaround for https://github.com/bazelbuild/rules_foreign_cc/issues/1018.
3535rules_foreign_cc_tools = use_extension ("@rules_foreign_cc//foreign_cc:extensions.bzl" , "tools" )
Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ rust_register_toolchains()
252252
253253http_archive (
254254 name = "rules_python" ,
255- sha256 = "4f7e2aa1eb9aa722d96498f5ef514f426c1f55161c3c9ae628c857a7128ceb07 " ,
256- strip_prefix = "rules_python-1.0 .0" ,
257- url = "https://github.com/bazelbuild/rules_python/releases/download/1.0 .0/rules_python-1.0 .0.tar.gz" ,
255+ sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c " ,
256+ strip_prefix = "rules_python-1.1 .0" ,
257+ url = "https://github.com/bazelbuild/rules_python/releases/download/1.1 .0/rules_python-1.1 .0.tar.gz" ,
258258)
259259
260260load ("@rules_python//python:repositories.bzl" , "py_repositories" )
You can’t perform that action at this time.
0 commit comments