From 49836f408101d91c7e0829e55ee789cbc44cbf48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:33:06 +0000 Subject: [PATCH] Bump werkzeug from 0.15.6 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.6 to 3.0.6. - [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.6...3.0.6) --- 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 b71df87e..ffb66eb8 100644 --- a/setup.py +++ b/setup.py @@ -122,7 +122,7 @@ "Jinja2==2.11.3", "MarkupSafe==1.1.1", "SQLAlchemy==1.2.19", - "Werkzeug==0.15.6", + "Werkzeug==3.0.6", "itsdangerous==0.24", "python-gnupg==0.3.7", "pytz==2016.10",