From 44b2f10bde23535d10a57776dae8fecec885a6db Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:06:12 +0000 Subject: [PATCH] chore(deps): update dependency redis to ~=5.2.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 933fe52..4349212 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ "requests~=2.32.3", "prometheus_client~=0.20", "gunicorn==22.0.0", - "redis~=5.0.4", + "redis~=5.2.0", ], )