From f241e7cc7640602c712846f87f7ed0a584d82619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 03:27:59 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 0.15.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 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.12.2...0.15.5) --- 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 690da0c4..06af4a36 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ "Jinja2==2.7.2", "MarkupSafe==0.23", "SQLAlchemy==1.2.19", - "Werkzeug==0.12.2", + "Werkzeug==0.15.5", "itsdangerous==0.24", "python-gnupg==0.3.7", "pytz==2016.10",