From 168fcf097569c73b1c181dc327406bcf13429bff Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 23 Aug 2022 19:09:43 +0530 Subject: [PATCH] build(deps): bump redis to latest version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9bcf519b40..8844a507bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ "python-dateutil~=2.8.1", "pytz==2022.1", "rauth~=0.7.3", - "redis~=3.5.3", + "redis~=4.3.4", "hiredis~=2.0.0", "requests-oauthlib~=1.3.0", "requests~=2.27.1",