From 24f6791db9f9cdd089d96ac056064796d8b9a59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 05:24:44 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 2.2.3 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] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a5a16995..1184d0ab 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -76,6 +76,6 @@ txmsgpackrpc==1.1 typing==3.6.2 urllib3==1.24.2 websocket-client==0.37.0 -Werkzeug==0.12.2 +Werkzeug==2.2.3 wget==3.2 zope.interface==4.2.0 diff --git a/requirements.txt b/requirements.txt index 0b15d980..c03f3f53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,5 +74,5 @@ typing==3.6.6 typing_extensions==4.1.1 urllib3==1.26.8 websocket-client==0.37.0 -Werkzeug==2.0.3 +Werkzeug==2.2.3 zope.interface==5.4.0