From bc77a6ff55d48decb99b6ee194b4735b748d4253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:41:46 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.3.8 to 3.0.3 in /client Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 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.3.8...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index fd7537a5..eca7f6ae 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -7,4 +7,4 @@ redis==5.0.3 jsonschema==4.17.3;python_version<"3.8" jsonschema==4.21.1;python_version>="3.8" Werkzeug==2.2.3;python_version<"3.8" -Werkzeug==2.3.8;python_version>="3.8" +Werkzeug==3.0.3;python_version>="3.8"