From 8e6f8cca640d72fbd34485bb9b97f2e22288eb7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 01:34:31 +0000 Subject: [PATCH] Bump werkzeug from 1.0.1 to 2.2.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.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/1.0.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements/prod.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index db4f0021..8890106e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -95,7 +95,7 @@ wcwidth==0.1.9 web3==5.19.0 WebOb==1.8.6 websockets==9.1 -Werkzeug==1.0.1 +Werkzeug==2.2.3 wmctrl==0.3 WTForms==2.2.1 zipp==3.1.0 diff --git a/requirements/prod.txt b/requirements/prod.txt index 94c062f6..d2ce8266 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -2,7 +2,7 @@ # Flask Flask==1.1.2 -Werkzeug==1.0.1 +Werkzeug==2.2.3 click>=7.0 # Database