From f2502d542bfcead776a19395758546178d50f4cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:23:01 +0000 Subject: [PATCH] Bump protobuf from 3.19.4 to 3.19.5 in /vision/dino/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/dino/pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vision/dino/pytorch/requirements.txt b/vision/dino/pytorch/requirements.txt index 9eee01e33..e5550ba30 100644 --- a/vision/dino/pytorch/requirements.txt +++ b/vision/dino/pytorch/requirements.txt @@ -9,5 +9,5 @@ pytest==6.2.4 pyyaml==5.4.1 horovod==0.24.3 wandb==0.12.8 -protobuf==3.19.4 +protobuf==3.19.5 git+https://github.com/graphcore/examples-utils@latest_stable