From b337fb865056941ddbac3d75a33625be71974ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 03:00:26 +0000 Subject: [PATCH] Update protobuf requirement from <=3.20.1 to <=4.23.2 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/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v2.4.1...v4.23.2) --- 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..cac86f9c94570 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.2 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure