From 285e2dbd0f56f2f7346aa7c4143f9d4fced03124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:10:27 +0000 Subject: [PATCH] Bump werkzeug from 2.0.1 to 2.2.3 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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9b35769..15c04ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,10 +51,11 @@ jinja2==3.0.1 # via flask mako==1.1.4 # via alembic -markupsafe==2.0.1 +markupsafe==2.1.2 # via # jinja2 # mako + # werkzeug # wtforms mutagen==1.45.1 # via -r requirements.in @@ -87,7 +88,7 @@ urllib3==1.26.5 # via # elasticsearch # requests -werkzeug==2.0.1 +werkzeug==2.2.3 # via flask wtforms==2.3.3 # via flask-wtf