From d02c493a9b593c2907554f6622f886224ab198ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 01:16:35 +0000 Subject: [PATCH] Update protobuf requirement in /tools/mo 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/v3.18.1...v4.22.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/mo/requirements_caffe.txt | 2 +- tools/mo/requirements_onnx.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/mo/requirements_caffe.txt b/tools/mo/requirements_caffe.txt index 93a2e760ac5c4b..32669effe1d7d5 100644 --- a/tools/mo/requirements_caffe.txt +++ b/tools/mo/requirements_caffe.txt @@ -1,7 +1,7 @@ networkx~=2.5; python_version <= "3.6" networkx<=2.8.8; python_version > "3.6" numpy>=1.16.6,<1.25.0 -protobuf>=3.18.1,<4.0.0 +protobuf>=3.18.1,<5.0.0 defusedxml>=0.7.1 requests>=2.25.1 fastjsonschema>=2.15.1,<2.17 diff --git a/tools/mo/requirements_onnx.txt b/tools/mo/requirements_onnx.txt index 24e81ddd9783fb..5e42fff67ea955 100644 --- a/tools/mo/requirements_onnx.txt +++ b/tools/mo/requirements_onnx.txt @@ -5,4 +5,4 @@ numpy>=1.16.6,<1.25.0 defusedxml>=0.7.1 requests>=2.25.1 fastjsonschema>=2.15.1,<2.17 -protobuf>=3.18.1,<4.0.0 +protobuf>=3.18.1,<5.0.0