From 5854c3bc696e7dbef1b127f37b16501eac75570f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:53:02 +0000 Subject: [PATCH] Bump werkzeug from 1.0.1 to 2.2.3 in /examples/yoti_example_flask Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/1.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/yoti_example_flask/requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/yoti_example_flask/requirements.txt b/examples/yoti_example_flask/requirements.txt index 81f2e9f6..9a14d04e 100644 --- a/examples/yoti_example_flask/requirements.txt +++ b/examples/yoti_example_flask/requirements.txt @@ -38,8 +38,10 @@ jinja2==3.0.3 # via # -r requirements.in # flask -markupsafe==2.0.1 - # via jinja2 +markupsafe==2.1.2 + # via + # jinja2 + # werkzeug protobuf==3.6.0 # via yoti pycparser==2.18 @@ -66,7 +68,7 @@ urllib3==1.24.2 # via # -r requirements.in # requests -werkzeug==1.0.1 +werkzeug==2.2.3 # via # -r requirements.in # flask