From cb00f159dc2c0f6f1d8ed7e550dcf935b3e66b06 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 28 May 2026 22:38:41 +0000 Subject: [PATCH] chore(deps): update dependency redis to v8 --- functions/memorystore/redis/requirements.txt | 2 +- .../redis/gae_standard_py2_deployment/requirements_py2.txt | 2 +- memorystore/redis/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/memorystore/redis/requirements.txt b/functions/memorystore/redis/requirements.txt index 8719dde06fc..c6238ca48b8 100644 --- a/functions/memorystore/redis/requirements.txt +++ b/functions/memorystore/redis/requirements.txt @@ -1,2 +1,2 @@ functions-framework==3.9.2 -redis==6.0.0 +redis==8.0.0 diff --git a/memorystore/redis/gae_standard_py2_deployment/requirements_py2.txt b/memorystore/redis/gae_standard_py2_deployment/requirements_py2.txt index ce7240497f9..909d2407acc 100644 --- a/memorystore/redis/gae_standard_py2_deployment/requirements_py2.txt +++ b/memorystore/redis/gae_standard_py2_deployment/requirements_py2.txt @@ -11,5 +11,5 @@ # See the License for the specific language governing permissions and # limitations under the License. # [START memorystore_requirements_app_engine_standard_py2] -redis==3.3.11 +redis==8.0.0 # [END memorystore_requirements_app_engine_standard_py2] diff --git a/memorystore/redis/requirements.txt b/memorystore/redis/requirements.txt index 62c1bce675c..c3a19626bf2 100644 --- a/memorystore/redis/requirements.txt +++ b/memorystore/redis/requirements.txt @@ -13,6 +13,6 @@ # [START memorystore_requirements] Flask==3.0.3 gunicorn==23.0.0 -redis==6.0.0 +redis==8.0.0 Werkzeug==3.0.3 # [END memorystore_requirements]