From 5ede1f9fd8daac37f01de5ce3097d8e006cd0a89 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 /multimodal/CLIP/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] --- multimodal/CLIP/pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimodal/CLIP/pytorch/requirements.txt b/multimodal/CLIP/pytorch/requirements.txt index 259819856..7a6b974f9 100644 --- a/multimodal/CLIP/pytorch/requirements.txt +++ b/multimodal/CLIP/pytorch/requirements.txt @@ -7,5 +7,5 @@ ftfy==6.0.3 torchvision==0.14.0+cpu; python_version > '3.6' torchvision==0.11.0+cpu; python_version <= '3.6' pytest==6.2.5 -protobuf==3.19.4 +protobuf==3.19.5 git+https://github.com/graphcore/examples-utils@latest_stable