From 5c6a5dd53d546b0e3e700c1c5e7c88cafbd18e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 02:40:18 +0000 Subject: [PATCH] Update protobuf requirement from <=3.20.1 to <=4.23.4 in /requirements Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v2.4.1...v4.23.4) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index 46cd0f197aba6..19270d1479866 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -15,4 +15,4 @@ fastapi<0.87.0 # for `ServableModuleValidator` uvicorn<0.21.2 # for `ServableModuleValidator` tensorboard >=2.9.1, <2.12.0 # for `TensorBoardLogger` -protobuf <=3.20.1 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure +protobuf <=4.23.4 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure