From 74cb9893a15786cbccb2058c81ef11ad91f9c75a Mon Sep 17 00:00:00 2001 From: Raina Otoni Date: Mon, 19 May 2025 01:09:41 +0900 Subject: [PATCH] chore: update redis dependency to version 6.1.0 in pyproject.toml --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 18fe5db1a6..26a0bdb11e 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -72,7 +72,7 @@ dependencies = [ "python-dotenv==1.0.1", "pyyaml~=6.0.1", "readabilipy~=0.3.0", - "redis[hiredis]~=6.0.0", + "redis[hiredis]~=6.1.0", "resend~=2.9.0", "sentry-sdk[flask]~=2.28.0", "sqlalchemy~=2.0.29",