From 4502263cea9ff5aab478a48148322b0feba192ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 03:30:24 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 1.0.1 to 2.2.3 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1aeaac13c..b4dbb77e2 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ "urllib3==1.24.2", "validators==0.12.6", "webassets==0.12.1", - "Werkzeug==1.0.1", + "Werkzeug==2.2.3", "wrapt==1.10.11", "WTForms==2.3.3", "WTForms-Components==0.10.5",