From 39c7cc6b0e20398daf4023bf87a669d9652c881c Mon Sep 17 00:00:00 2001 From: Leandro Felicio <103212901+Meisterzeit@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:49:33 -0300 Subject: [PATCH] Redis bump new version 5.0.1 (#83) Co-authored-by: Leandro Felicio --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abfb222..6a4271f 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "opencv-python-headless==4.*,>=4.2.0", "Pillow==10.*,>=10.0.1", "pyres==1.*,>=1.5.0", - "redis==4.*,>=4.2.0", + "redis==5.*,>=5.0.1", "sentry-sdk==0.*,>=0.14.2", "click==8.*", "click-option-group==0.5.*",