From 9a629128498671c33ab42bbbdcbf0c61fd1e0c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 07:35:22 +0000 Subject: [PATCH] Bump werkzeug from 1.0.0 to 2.2.3 in /api/v3.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.0 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/1.0.0...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/v3.1/localRequirements.txt | 2 +- api/v3.1/requirements.txt | 2 +- api/v3.1/serverRequirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/v3.1/localRequirements.txt b/api/v3.1/localRequirements.txt index e112e74a..a67caf47 100644 --- a/api/v3.1/localRequirements.txt +++ b/api/v3.1/localRequirements.txt @@ -19,4 +19,4 @@ six==1.11.0 SQLAlchemy==1.1.15 sqlparse==0.3.0 virtualenv==15.1.0 -Werkzeug==0.12.2 +Werkzeug==2.2.3 diff --git a/api/v3.1/requirements.txt b/api/v3.1/requirements.txt index d54a4c71..10b646d0 100644 --- a/api/v3.1/requirements.txt +++ b/api/v3.1/requirements.txt @@ -12,5 +12,5 @@ PyMySQL~=0.9.3 pytz~=2019.3 six~=1.14.0 SQLAlchemy~=1.3.13 -Werkzeug~=1.0.0 +Werkzeug~=2.2.3 Jinja2==2.11.3 \ No newline at end of file diff --git a/api/v3.1/serverRequirements.txt b/api/v3.1/serverRequirements.txt index bf32d7f0..ef788520 100644 --- a/api/v3.1/serverRequirements.txt +++ b/api/v3.1/serverRequirements.txt @@ -13,4 +13,4 @@ PyMySQL==0.9.3 pytz==2019.3 six==1.14.0 SQLAlchemy==1.3.13 -Werkzeug==1.0.0 \ No newline at end of file +Werkzeug==2.2.3 \ No newline at end of file