From 38e0d6048a469792e142969981ea5c1cc8f762ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:49:59 +0000 Subject: [PATCH] Bump flask from 2.0.1 to 2.3.2 Bumps [flask](https://github.com/pallets/flask) from 2.0.1 to 2.3.2. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.0.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index 67c5449..5d88e1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,21 +6,25 @@ # bidict==0.21.2 # via python-socketio -click==8.0.1 +blinker==1.6.2 # via flask -flask==2.0.1 +click==8.1.3 + # via flask +flask==2.3.2 # via flask-socketio flask-socketio==5.1.1 # via -r requirements.in -itsdangerous==2.0.1 +itsdangerous==2.1.2 # via flask -jinja2==3.0.1 +jinja2==3.1.2 # 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.3.3 # via flask