From d7bd638e4ac7a871514f0888f608620ce6f7481b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 01:58:24 +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] <support@github.com> --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c6ca254..c6aa9d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -88,7 +88,7 @@ tornado==6.0.4 traitlets==4.3.3 wcwidth==0.2.5 webencodings==0.5.1 -Werkzeug==1.0.1 +Werkzeug==2.2.3 widgetsnbextension==3.5.1 wrapt==1.12.1 zope.component==4.6.2 @@ -129,4 +129,4 @@ six==1.15.0 SQLAlchemy==1.3.18 threadpoolctl==2.1.0 virtualenv==20.0.30 -Werkzeug==1.0.1 \ No newline at end of file +Werkzeug==2.2.3 \ No newline at end of file