diff --git a/cloud-sql/postgres/sqlalchemy/requirements.txt b/cloud-sql/postgres/sqlalchemy/requirements.txt index 0f8529410ba..a3e314c6c05 100644 --- a/cloud-sql/postgres/sqlalchemy/requirements.txt +++ b/cloud-sql/postgres/sqlalchemy/requirements.txt @@ -1,4 +1,4 @@ Flask==1.1.2 -pg8000==1.18.0 # Do not upgrade >=1.6.6 until https://github.com/tlocke/pg8000/commit/3a2e7439ae3613367ec231218d7e0f541466d1e5#commitcomment-43174891 is resolved +pg8000==1.19.0 # Do not upgrade >=1.6.6 until https://github.com/tlocke/pg8000/commit/3a2e7439ae3613367ec231218d7e0f541466d1e5#commitcomment-43174891 is resolved SQLAlchemy==1.4.3 gunicorn==20.1.0 diff --git a/run/idp-sql/requirements.txt b/run/idp-sql/requirements.txt index 615102dbef7..df5edf2d0ce 100644 --- a/run/idp-sql/requirements.txt +++ b/run/idp-sql/requirements.txt @@ -1,6 +1,6 @@ Flask==1.1.2 SQLAlchemy==1.4.3 -pg8000==1.18.0 # Do not upgrade >=1.6.6 until https://github.com/tlocke/pg8000/commit/3a2e7439ae3613367ec231218d7e0f541466d1e5#commitcomment-43174891 is resolved +pg8000==1.19.0 # Do not upgrade >=1.6.6 until https://github.com/tlocke/pg8000/commit/3a2e7439ae3613367ec231218d7e0f541466d1e5#commitcomment-43174891 is resolved gunicorn==20.1.0 firebase-admin==4.5.3 google-cloud-secret-manager==2.3.0