Skip to content

Commit fc9b5bf

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 53cd6d3 commit fc9b5bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pin_tensorflow_gpu = [
161161
"tensorflow==2.18.0",
162162
# TODO: unpin protobuf after TF is upgraded to 2.21
163163
# See: https://github.com/tensorflow/tensorflow/pull/103382
164-
"protobuf<7.34.0",
164+
"protobuf<7.35.0",
165165
]
166166
pin_pytorch_cpu = [
167167
# https://github.com/pytorch/pytorch/issues/114602

0 commit comments

Comments
 (0)