From 5fa48e890d4a3399908bca0b98db9a6c45f7f825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 21:26:56 +0000 Subject: [PATCH] Bump werkzeug from 0.15.3 to 2.2.3 in /web_client/ea_web-github 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] --- web_client/ea_web-github/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web_client/ea_web-github/setup.py b/web_client/ea_web-github/setup.py index 863061e94..9802e30b7 100644 --- a/web_client/ea_web-github/setup.py +++ b/web_client/ea_web-github/setup.py @@ -49,7 +49,7 @@ def find_data_files(source, patterns=FILE_PATTERNS): "simplejson >= 2.0.9", "python-dateutil >= 1.4.1, < 2", "pytz", - "werkzeug == 0.15.3", + "werkzeug == 2.2.3", ], tests_require=[ 'unittest2',