From 6819b37cb6d470b119db1feffd36c1240ae61749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:07:44 +0000 Subject: [PATCH] Update protobuf requirement from <=3.20.1 to <=4.22.3 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.22.3) --- 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 d19928cfd35c7..4863b2f2f73e3 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.22.3 # strict # an extra is updating protobuf, this pin prevents TensorBoard failure