From 96f71324e872c31fce16be9dba6e014b9869e066 Mon Sep 17 00:00:00 2001 From: Jesus Lara Date: Wed, 6 Dec 2023 16:08:19 +0100 Subject: [PATCH] redis --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 5f9a39b8..c77220b5 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ def readme(): "influxdb==5.3.1", "influxdb-client[async]==1.39.0", "pymssql==2.2.7", - "redis==4.5.5", + "redis==5.0.1", "duckdb==0.8.1", "deltalake==0.13.0" ], @@ -162,7 +162,7 @@ def readme(): "redis": [ "jsonpath-rw==1.4.0", "jsonpath-rw-ext==1.2.2", - "redis==4.5.5", + "redis==5.0.1", "aioredis==2.0.1", "hiredis==2.2.3", "objectpath==0.6.1", @@ -242,7 +242,7 @@ def readme(): "jsonpath-rw==1.4.0", "jsonpath-rw-ext==1.2.2", "aioredis==2.0.1", - "redis==4.5.5", + "redis==5.0.1", "objectpath==0.6.1", "rethinkdb==2.4.9", "aiopg==1.4.0",