From c645b2dd5e1d7442f9f056b0ae3450d9c343edd4 Mon Sep 17 00:00:00 2001 From: sokumon Date: Fri, 30 May 2025 12:40:58 +0530 Subject: [PATCH] chore: bump redis --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a240021b47..00c63ae3cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "python-dateutil~=2.8.2", "pytz==2023.3", "rauth~=0.7.3", - "redis~=5.2.0", + "redis~=6.2.0", "hiredis~=3.0.0", "requests-oauthlib~=1.3.1", "requests~=2.32.0",