From df66aac3c5994f0677204abff9415beaf7d425d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 06:14:46 +0000 Subject: [PATCH] Bump werkzeug in /code_examples/Python/app_generic_gui Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 0.15.5. - [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/0.15.3...0.15.5) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- code_examples/Python/app_generic_gui/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_examples/Python/app_generic_gui/requirements.txt b/code_examples/Python/app_generic_gui/requirements.txt index b4dd476..9799aa8 100644 --- a/code_examples/Python/app_generic_gui/requirements.txt +++ b/code_examples/Python/app_generic_gui/requirements.txt @@ -6,7 +6,7 @@ profilehooks==1.10.0 simplejson==3.16.0 spyne==2.12.14 suds_jurko==0.6 -Werkzeug==0.15.3 +Werkzeug==0.15.5 xlrd==1.1.0 xmltodict==0.11.0 lxml==4.2.5