From 8aede02f33c950263373e95176d06a1efb5c317a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:59:28 +0000 Subject: [PATCH] Bump werkzeug from 2.2.2 to 3.0.3 in /Backend Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 3.0.3. - [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.2.2...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/requirements.txt b/Backend/requirements.txt index 46213480..7f16ec29 100644 --- a/Backend/requirements.txt +++ b/Backend/requirements.txt @@ -74,5 +74,5 @@ tzdata==2024.1 urllib3==1.26.18 wcwidth==0.2.13 webencodings==0.5.1 -Werkzeug==2.2.2 +Werkzeug==3.0.3 yarg==0.1.9