From 4b7ab3b283e381c6cbf4292e3be3026bb055822a Mon Sep 17 00:00:00 2001 From: xatier Date: Mon, 8 May 2023 18:22:07 -0500 Subject: [PATCH] Bump flask from 2.2.3 to 2.3.2 (#1000) Note that Flask 2.3.2 also requires Werkzeug>=2.3.3 Ref: https://github.com/pallets/flask/blob/main/pyproject.toml --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cd553d3..1671283 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cryptography==3.3.2; platform_machine == 'armv7l' cryptography==39.0.1; platform_machine != 'armv7l' cssutils==2.6.0 defusedxml==0.7.1 -Flask==2.2.3 +Flask==2.3.2 idna==3.4 itsdangerous==2.1.2 Jinja2==3.1.2 @@ -32,5 +32,5 @@ stem==1.8.1 urllib3==1.26.14 waitress==2.1.2 wcwidth==0.2.6 -Werkzeug==2.2.3 +Werkzeug==2.3.3 python-dotenv==0.21.1