From a1f262473fa1a6329edb1b653a72c2167f8c80cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:44:52 +0000 Subject: [PATCH] build(deps): bump werkzeug from 0.15.5 to 2.2.3 in /core Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 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.5...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index dfa8cfb..cdfaee9 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -107,7 +107,7 @@ urllib3==1.24.1 vine==1.3.0 virtualenv==16.6.1 wcwidth==0.1.7 -Werkzeug==0.15.5 +Werkzeug==2.2.3 wrapt==1.10.11 WTForms==2.2.1 yarl==1.3.0