From 05ee5cacd7e65c8196591c7e1f84aa865292deaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:23:02 +0000 Subject: [PATCH] Bump protobuf from 3.19.4 to 3.19.5 in /vision/mae/pytorch Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.5. - [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/v3.19.4...v3.19.5) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vision/mae/pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/mae/pytorch/requirements.txt b/vision/mae/pytorch/requirements.txt index 06885c3a3..4ec9fc3ca 100644 --- a/vision/mae/pytorch/requirements.txt +++ b/vision/mae/pytorch/requirements.txt @@ -4,7 +4,7 @@ timm==0.5.4 transformers==4.11.3 torchvision==0.14.0+cpu; python_version > '3.6' torchvision==0.11.0+cpu; python_version <= '3.6' -protobuf==3.19.4 +protobuf==3.19.5 pytest==6.2.4 pyyaml>=5.4.1 horovod>=0.24.0