Skip to content

Commit bb1e2fc

Browse files
build(deps-dev): update protobuf requirement from <7.34.0 to <7.35.0
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-version: 7.34.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fdeff2b commit bb1e2fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ pin_tensorflow_cpu = [
158158
"tensorflow; platform_machine=='x86_64' and platform_system == 'Darwin'",
159159
# TODO: unpin protobuf after TF is upgraded to 2.21
160160
# See: https://github.com/tensorflow/tensorflow/pull/103382
161-
"protobuf<7.34.0",
161+
"protobuf<7.35.0",
162162
]
163163
pin_tensorflow_gpu = [
164164
"tensorflow==2.18.0",
165165
# TODO: unpin protobuf after TF is upgraded to 2.21
166166
# See: https://github.com/tensorflow/tensorflow/pull/103382
167-
"protobuf<7.34.0",
167+
"protobuf<7.35.0",
168168
]
169169
pin_pytorch_cpu = [
170170
# https://github.com/pytorch/pytorch/issues/114602

0 commit comments

Comments
 (0)