From 7b86d7c0a8c37868cf5fba9b061e290732c1939b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 09:02:24 +0000 Subject: [PATCH] Update dependency redis to v6.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6c0761..8e75dc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ pycodestyle==2.14.0 ; python_version >= "3.12" and python_version < "4.0" pyflakes==3.4.0 ; python_version >= "3.12" and python_version < "4.0" pymysql==1.1.1 ; python_version >= "3.12" and python_version < "4.0" python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0" -redis==6.2.0 ; python_version >= "3.12" and python_version < "4.0" +redis==6.4.0 ; python_version >= "3.12" and python_version < "4.0" sqlalchemy==2.0.41 ; python_version >= "3.12" and python_version < "4.0" typing-extensions==4.14.1 ; python_version >= "3.12" and python_version < "4.0" webassets==2.0 ; python_version >= "3.12" and python_version < "4.0"