From ad40578db2364c0cb0b70c9c17d17bdfa8794d91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:08:27 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 2.2.3 in /applications/workspaces/server Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 2.2.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.0.3...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- applications/workspaces/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/workspaces/server/requirements.txt b/applications/workspaces/server/requirements.txt index 4cd709b2..482cccd7 100644 --- a/applications/workspaces/server/requirements.txt +++ b/applications/workspaces/server/requirements.txt @@ -89,6 +89,6 @@ urllib3==1.26.9 virtualenv==20.13.4 wcwidth==0.2.5 websocket-client==1.3.1 -Werkzeug==2.0.3 +Werkzeug==2.2.3 zipp==3.7.0 responses==0.22.0