From aedbcddd626f96277af4944c2239477466eb1922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:53:01 +0000 Subject: [PATCH] Bump protobuf from 3.6.0 to 3.18.3 in /examples/yoti_example_flask Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.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.6.0...v3.18.3) --- updated-dependencies: - dependency-name: protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/yoti_example_flask/requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/examples/yoti_example_flask/requirements.txt b/examples/yoti_example_flask/requirements.txt index 81f2e9f6..8805034b 100644 --- a/examples/yoti_example_flask/requirements.txt +++ b/examples/yoti_example_flask/requirements.txt @@ -40,7 +40,7 @@ jinja2==3.0.3 # flask markupsafe==2.0.1 # via jinja2 -protobuf==3.6.0 +protobuf==3.18.3 # via yoti pycparser==2.18 # via cffi @@ -60,7 +60,6 @@ six==1.16.0 # via # -r requirements.in # cryptography - # protobuf # pyopenssl urllib3==1.24.2 # via @@ -74,6 +73,3 @@ wrapt==1.12.1 # via deprecated yoti==2.14.0 # via -r requirements.in - -# The following packages are considered to be unsafe in a requirements file: -# setuptools