From 649fd1849703901c877051d951b2a4b509412cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:13:06 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [werkzeug](https://github.com/pallets/werkzeug). Updates `werkzeug` from 3.0.3 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/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b9d3e8b..c40f5f3 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ "Flask-wtf==1.2.1", "psycopg2-binary==2.9.10", "requests==2.32.0", - "Werkzeug==3.0.3" + "Werkzeug==3.0.6" ], )