From d1fc8b03d7b647252e0733e2f39b3207786c34cd Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:19:00 +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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54800cf..deb9440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "requests ~=2.32.3", "prometheus_client ~=0.20", "gunicorn ~=22.0.0", - "redis ~=5.0.4", + "redis ~=5.2.0", ] [project.urls]