From 4f68172367e0abdfa7db9a414c6b397fccdb544c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 17:01:28 +0000 Subject: [PATCH] Update dependency redis to v5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3fcc13c..afea91a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ gunicorn peewee==3.16.2 peewee-migrate psycopg2-binary==2.9.6 -redis==3.5.3 +redis==5.3.0 sentry-sdk==1.4.3 sgmllib3k==1.0.0 urllib3==1.26.16