From d3cd69c4089628d5f25c12a0dd062e1902b40383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:09:09 +0000 Subject: [PATCH] Bump werkzeug from 2.0.1 to 2.2.3 in /users/deploy/docker Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 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.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- users/deploy/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/deploy/docker/requirements.txt b/users/deploy/docker/requirements.txt index 3ecaeff..ee5303a 100644 --- a/users/deploy/docker/requirements.txt +++ b/users/deploy/docker/requirements.txt @@ -19,5 +19,5 @@ python-dotenv==0.19.0; python_version >= "3.5" pytz==2021.1 six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" sqlalchemy==1.4.23; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" -werkzeug==2.0.1; python_version >= "3.6" +werkzeug==2.2.3; python_version >= "3.6"