From 3fbc70126505835788df2fc52b75e39e7d8a051d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:17:43 +0000 Subject: [PATCH] build(deps): bump werkzeug from 3.0.4 to 3.0.6 in /client Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.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/3.0.4...3.0.6) --- 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 af9ccc8e..af60a0ff 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -7,4 +7,4 @@ redis==5.0.8 jsonschema==4.17.3;python_version<"3.8" jsonschema==4.23.0;python_version>="3.8" Werkzeug==2.2.3;python_version<"3.8" -Werkzeug==3.0.4;python_version>="3.8" +Werkzeug==3.0.6;python_version>="3.8"