From 65e1cd40931403933635eac70b97c00890bc6b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:10:34 +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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 67c5449..166a9b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,11 +16,13 @@ itsdangerous==2.0.1 # via flask jinja2==3.0.1 # via flask -markupsafe==2.0.1 - # via jinja2 +markupsafe==2.1.2 + # via + # jinja2 + # werkzeug python-engineio==4.2.1 # via python-socketio python-socketio==5.4.0 # via flask-socketio -werkzeug==2.0.1 +werkzeug==2.2.3 # via flask