From 75936fd8054e70b5037feb1f8676285eefea77d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 22:24:30 +0000 Subject: [PATCH] Bump protobuf from 3.8.0 to 3.18.3 in /API/pythonCppAPI Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.8.0 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.8.0...v3.18.3) --- 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..3310715b --- 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.18.3 pycparser==2.19 pydicom==1.2.2 Pygments==2.4.2