From 85332cc14cddc77a438ce4f3d19e0fb4b1aabf8c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 1 Nov 2024 01:11:05 +0000 Subject: [PATCH] chore(deps): update dependency google-auth to v2.35.0 --- 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 8da18769a..a3b349323 100644 --- a/community/identity-form-autofiller-python/src/requirements.txt +++ b/community/identity-form-autofiller-python/src/requirements.txt @@ -2,7 +2,7 @@ google-cloud-documentai==2.15.0 # https://pypi.org/project/google-auth -google-auth==2.33.0 +google-auth==2.35.0 # https://pypi.org/project/Pillow Pillow==10.3.0 diff --git a/web-app-demo/Backend/requirements.txt b/web-app-demo/Backend/requirements.txt index bf999e5bc..cc21474cb 100644 --- a/web-app-demo/Backend/requirements.txt +++ b/web-app-demo/Backend/requirements.txt @@ -2,6 +2,6 @@ Flask==3.0.3 Flask-Cors==4.0.1 Flask-RESTful==0.3.10 google-cloud-documentai==2.15.0 -google-auth==2.33.0 +google-auth==2.35.0 pylint==3.0.3 gunicorn==23.0.0 diff --git a/web-app-pix2info-python/src/requirements.txt b/web-app-pix2info-python/src/requirements.txt index 2291f1c0c..e563ca463 100644 --- a/web-app-pix2info-python/src/requirements.txt +++ b/web-app-pix2info-python/src/requirements.txt @@ -5,7 +5,7 @@ google-cloud-documentai==2.15.0 google-cloud-logging==3.5.0 # https://pypi.org/project/google-auth -google-auth==2.33.0 +google-auth==2.35.0 # https://pypi.org/project/Pillow Pillow==10.3.0