diff --git a/run/idp-sql/requirements.txt b/run/idp-sql/requirements.txt index a0dab9a5cc1..7fe5bc56507 100644 --- a/run/idp-sql/requirements.txt +++ b/run/idp-sql/requirements.txt @@ -1,7 +1,7 @@ Flask==3.0.3 SQLAlchemy==2.0.24 pg8000==1.31.2 -gunicorn==22.0.0 +gunicorn==23.0.0 firebase-admin==6.6.0 structlog==25.1.0 urllib3<2.0.0 #https://stackoverflow.com/questions/76175361/firebase-authentication-httpresponse-object-has-no-attribute-strict-status diff --git a/run/image-processing/requirements.txt b/run/image-processing/requirements.txt index a21c7ae813f..b8eb7260a2d 100644 --- a/run/image-processing/requirements.txt +++ b/run/image-processing/requirements.txt @@ -1,6 +1,6 @@ Flask==3.0.3 google-cloud-storage==2.12.0 google-cloud-vision==3.8.1 -gunicorn==22.0.0 +gunicorn==23.0.0 Wand==0.6.13 Werkzeug==3.0.3