Update redis dep to >=3.0.0

This was not done in [1] when we removed the
StrictRedis alias usage.

[1] https://review.opendev.org/c/openstack/taskflow/+/859541

Change-Id: I8b7f02c090862ea117ba37da90ae6942e57184af
This commit is contained in:
Tobias Urdin 2023-08-16 15:57:37 +02:00
parent 4a29c44699
commit 3b40c04594

View File

@ -61,7 +61,7 @@ zookeeper =
kazoo>=2.6.0 # Apache-2.0
zake>=0.1.6 # Apache-2.0
redis =
redis>=2.10.0 # MIT
redis>=3.0.0 # MIT
workers =
kombu>=4.3.0 # BSD
eventlet =