From aa5c5e30d8e1881b157453410fb703bb794dcd0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 12:13:26 +0000 Subject: [PATCH] Bump protobuf from 3.11.2 to 3.18.3 in /requirements Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.2 to 3.18.3. - [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.11.2...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/build.txt | 2 +- requirements/run.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/build.txt b/requirements/build.txt index 8e2da7fd0..1dbf5fc3b 100644 --- a/requirements/build.txt +++ b/requirements/build.txt @@ -21,4 +21,4 @@ jinja2==3.0.3 libclang==12.0.0 mypy==0.910 onnx==1.6.0 -protobuf==3.11.2 +protobuf==3.18.3 diff --git a/requirements/run.txt b/requirements/run.txt index f10dc097a..e23149374 100644 --- a/requirements/run.txt +++ b/requirements/run.txt @@ -19,7 +19,7 @@ wheel numpy==1.19.2 onnx==1.6.0 -protobuf==3.11.2 +protobuf==3.18.3 pytest==6.2.0 pytest-xdist==2.5.0 --find-links https://download.pytorch.org/whl/torch_stable.html