From 827382edc34e8fd3d4a00133ccb9a6c44d1d29d8 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 22 Aug 2023 09:42:29 +0200 Subject: [PATCH] Bump redis to 4.6.* --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30f0c702d2..a26d3dcb4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ dependencies = [ "pytz-deprecation-shim==0.1.*", "pyuca", "qrcode==7.4.*", - "redis==4.5.*,>=4.5.4", + "redis==4.6.*", "reportlab==4.0.*", "requests==2.31.*", "sentry-sdk==1.15.*",