From 5b459b4bb65f4b7ed929d8ebb5a0912a4a6f90c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:30:38 +0000 Subject: [PATCH] Bump redis from 4.5.5 to 5.0.1 Bumps [redis](https://github.com/redis/redis-py) from 4.5.5 to 5.0.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.5.5...v5.0.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4d5da63f..679a1b45 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ def readme(): "influxdb==5.3.1", "influxdb-client[async]==1.36.1", "pymssql==2.2.7", - "redis==4.5.5", + "redis==5.0.1", "duckdb==0.8.1", "deltalake==0.12.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",