From c3be8c3441c56d64800fdd23f7dd4ed22584927b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:32:57 +0000 Subject: [PATCH] Bump protobuf from 3.11.1 to 3.18.3 in /python Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.1 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.1...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- python/requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index c50b4ee..616e668 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,7 +5,7 @@ numpy==1.17.4 onnx==1.6.0 onnxruntime==1.0.0 Pillow==6.2.1 -protobuf==3.11.1 +protobuf==3.18.3 pyparsing==2.4.5 python-dateutil==2.8.1 six==1.13.0 diff --git a/python/requirements_gpu.txt b/python/requirements_gpu.txt index 38aa20b..62ae40f 100644 --- a/python/requirements_gpu.txt +++ b/python/requirements_gpu.txt @@ -6,7 +6,7 @@ onnx==1.6.0 onnxruntime==1.0.0 onnxruntime-gpu==1.0.0 Pillow==6.2.1 -protobuf==3.11.1 +protobuf==3.18.3 pyparsing==2.4.5 python-dateutil==2.8.1 six==1.13.0