From 462f49b637ba9aa694847f93dbdf0716e5838160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:13:41 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.3.7 to 2.3.8 in /client Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 2.3.8. - [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.7...2.3.8) --- 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 210b15a8..13e54079 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -5,4 +5,4 @@ redis==5.0.1 jsonschema==4.17.3;python_version<"3.8" jsonschema==4.20.0;python_version>="3.8" Werkzeug==2.2.3;python_version<"3.8" -Werkzeug==2.3.7;python_version>="3.8" +Werkzeug==2.3.8;python_version>="3.8"