From 85ceca94a8753aa3184564a3f859764c55afc280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:34:06 +0000 Subject: [PATCH] Bump werkzeug in /code_examples/Python/app_generic_gui Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 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/0.15.3...2.2.3) --- 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..159077b 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==2.2.3 xlrd==1.1.0 xmltodict==0.11.0 lxml==4.2.5