From 56ae90a40d97c421bd8f9ed62a4e7aa524b71c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 15:17:49 +0100 Subject: [PATCH] Build(deps): Bump werkzeug from 3.0.3 to 3.0.6 (#994) Bumps [werkzeug](https://github.com/pallets/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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0562def5b..88ef86cc8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Werkzeug==3.0.3 +Werkzeug==3.0.6 gunicorn==22.0.0 alembic==1.4.2 Flask==2.3.3