This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6565 # Use python 3.10 for docs to match the version for the sphinx plugin
6666 # https://github.com/googleapis/synthtool/pull/1891
6767 with :
68- python-version : " 3.14 "
68+ python-version : " 3.10 "
6969 cache : ' pip'
7070 - name : Install nox.
7171 run : python -m pip install nox
8080 # Use python 3.10 for docs to match the version for the sphinx plugin
8181 # https://github.com/googleapis/synthtool/pull/1891
8282 with :
83- python-version : " 3.14 "
83+ python-version : " 3.10 "
8484 cache : ' pip'
8585 - name : Install nox.
8686 run : python -m pip install nox
Original file line number Diff line number Diff line change @@ -72,9 +72,9 @@ http_archive(
7272)
7373# instantiated in grpc_deps().
7474
75- _protobuf_version = "30.2 "
75+ _protobuf_version = "34.0 "
7676
77- _protobuf_sha256 = "07a43d88fe5a38e434c7f94129cad56a4c43a51f99336074d0799c2f7d4e44c5 "
77+ _protobuf_sha256 = "e540aae70d3b4f758846588768c9e39090fab880bc3233a1f42a8ab8d3781efd "
7878
7979http_archive (
8080 name = "com_google_protobuf" ,
@@ -88,9 +88,9 @@ grpc_deps()
8888
8989http_archive (
9090 name = "rules_cc" ,
91- urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.2.17 /rules_cc-0.2.17 .tar.gz" ],
92- sha256 = "283fa1cdaaf172337898749cf4b9b1ef5ea269da59540954e51fba0e7b8f277a " ,
93- strip_prefix = "rules_cc-0.2.17 " ,
91+ urls = ["https://github.com/bazelbuild/rules_cc/releases/download/0.1.1 /rules_cc-0.1.1 .tar.gz" ],
92+ sha256 = "712d77868b3152dd618c4d64faaddefcc5965f90f5de6e6dd1d5ddcd0be82d42 " ,
93+ strip_prefix = "rules_cc-0.1.1 " ,
9494)
9595
9696load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" , "PROTOBUF_MAVEN_ARTIFACTS" )
You can’t perform that action at this time.
0 commit comments