From a698db1358326cc05b4b43cd8fb47585723dae61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:37:38 +0100 Subject: [PATCH] Bump werkzeug from 2.3.4 to 3.0.6 in /backend (#55) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.4 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/2.3.4...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> --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index e1085d8..c7253c6 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,5 +4,5 @@ PyJWT==2.7.0 PyNaCl==1.5.0 ruamel.yaml==0.17.26 ruamel.yaml.string==0.1.1 -Werkzeug==2.3.4 +Werkzeug==3.0.6 python-dateutil==2.8.2