From f4c3c8af1736d817e1059a50b85f7035435bb8ec Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 30 Sep 2023 16:32:59 +0000 Subject: [PATCH] chore(deps): update dependency flask to v3 --- community/identity-form-autofiller-python/src/requirements.txt | 2 +- web-app-demo/Backend/requirements.txt | 2 +- web-app-pix2info-python/src/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/community/identity-form-autofiller-python/src/requirements.txt b/community/identity-form-autofiller-python/src/requirements.txt index f6ec8d054..da7c474b8 100644 --- a/community/identity-form-autofiller-python/src/requirements.txt +++ b/community/identity-form-autofiller-python/src/requirements.txt @@ -8,7 +8,7 @@ google-auth==2.19.1 Pillow==10.0.0 # https://pypi.org/project/flask -Flask==2.3.2 +Flask==3.0.0 # https://pypi.org/project/gunicorn gunicorn==21.0.1 diff --git a/web-app-demo/Backend/requirements.txt b/web-app-demo/Backend/requirements.txt index b458ef8dd..838d22c3b 100644 --- a/web-app-demo/Backend/requirements.txt +++ b/web-app-demo/Backend/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.3.2 +Flask==3.0.0 Flask-Cors==4.0.0 Flask-RESTful==0.3.10 google-cloud-documentai==2.15.0 diff --git a/web-app-pix2info-python/src/requirements.txt b/web-app-pix2info-python/src/requirements.txt index 86d5535b4..7d42b16c5 100644 --- a/web-app-pix2info-python/src/requirements.txt +++ b/web-app-pix2info-python/src/requirements.txt @@ -11,7 +11,7 @@ google-auth==2.19.1 Pillow==10.0.0 # https://pypi.org/project/flask -Flask==2.3.2 +Flask==3.0.0 # https://pypi.org/project/gunicorn gunicorn==21.0.1