From ae8c6058cd31f0a7cbebfe30048cb6fc9e3c76af Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 22 Feb 2023 12:49:23 +0100 Subject: [PATCH] Bump redis to 4.5.* --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 8f02d80168..ef0c5ee5af 100644 --- a/src/setup.py +++ b/src/setup.py @@ -219,7 +219,7 @@ setup( 'python-u2flib-server==4.*', 'pytz', 'pyuca', - 'redis==4.4.*', + 'redis==4.5.*', 'reportlab==3.6.*', 'requests==2.28.*', 'sentry-sdk==1.10.*', # when upgrading, check https://github.com/getsentry/sentry-python/issues/1700