From 64b01b666a67fe3c611a004a16fe5a6a7a700cdb Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 1 Jul 2023 17:25:19 +0200 Subject: [PATCH] chore(deps): update dependency pg8000 to v1.29.8 (#10349) --- cloud-sql/postgres/client-side-encryption/requirements.txt | 2 +- cloud-sql/postgres/sqlalchemy/requirements.txt | 2 +- run/idp-sql/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud-sql/postgres/client-side-encryption/requirements.txt b/cloud-sql/postgres/client-side-encryption/requirements.txt index d85a1196c421..12bcbb16699f 100644 --- a/cloud-sql/postgres/client-side-encryption/requirements.txt +++ b/cloud-sql/postgres/client-side-encryption/requirements.txt @@ -1,3 +1,3 @@ SQLAlchemy==2.0.15 -pg8000==1.29.6 +pg8000==1.29.8 tink==1.7.0 diff --git a/cloud-sql/postgres/sqlalchemy/requirements.txt b/cloud-sql/postgres/sqlalchemy/requirements.txt index 664bdf9b52d4..1355a7985a3d 100644 --- a/cloud-sql/postgres/sqlalchemy/requirements.txt +++ b/cloud-sql/postgres/sqlalchemy/requirements.txt @@ -1,5 +1,5 @@ Flask==2.1.0 -pg8000==1.29.6 +pg8000==1.29.8 SQLAlchemy==2.0.15 cloud-sql-python-connector==1.2.4 gunicorn==20.1.0 diff --git a/run/idp-sql/requirements.txt b/run/idp-sql/requirements.txt index d9d2ebfa7686..3c7949adfd78 100644 --- a/run/idp-sql/requirements.txt +++ b/run/idp-sql/requirements.txt @@ -1,6 +1,6 @@ Flask==2.1.0 SQLAlchemy==2.0.15 -pg8000==1.29.6 +pg8000==1.29.8 gunicorn==20.1.0 firebase-admin==6.1.0 structlog==23.1.0