From bdb3225475ced84f20dbafe3eeaa1f716b52833c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:33:05 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.1 in /docker Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.1. - [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.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index de12fc2..549879f 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -99,7 +99,7 @@ types-tabulate==0.9.0.2 typing-extensions==4.4.0 urllib3==1.26.17 virtualenv==20.23.1 -werkzeug==2.2.3 +werkzeug==3.0.1 wrapt==1.14.1 yapf==0.40.1 zipp==3.15.0