From d02805b1f2f9074772184e8bd763096d07efec89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 02:54:38 +0000 Subject: [PATCH] Bump protobuf from 3.8.0 to 3.15.0 in /API/pythonCppAPI Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.8.0 to 3.15.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.8.0...v3.15.0) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- API/pythonCppAPI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 API/pythonCppAPI/requirements.txt diff --git a/API/pythonCppAPI/requirements.txt b/API/pythonCppAPI/requirements.txt old mode 100755 new mode 100644 index a0754b2d..29f608ee --- a/API/pythonCppAPI/requirements.txt +++ b/API/pythonCppAPI/requirements.txt @@ -51,7 +51,7 @@ pptk==0.1.0 progressbar2==3.42.0 prometheus-client==0.7.1 prompt-toolkit==2.0.9 -protobuf==3.8.0 +protobuf==3.15.0 pycparser==2.19 pydicom==1.2.2 Pygments==2.4.2