From e7476d2e41f0d3e86e4c84258aed514870f00de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 03:06:35 +0000 Subject: [PATCH] Update protobuf requirement from <=3.20.1 to <=4.23.1 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.1) --- 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..e5c564ce3da63 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.1 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure