From 2089e40c6ddc1565261e5a9223265b7bc7b169f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 08:30:26 -0600 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 (#44) 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 53305fc0..337ca234 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.1 redis==5.1.1 -Werkzeug==3.0.3 +Werkzeug==3.0.6 flask-babel