From 540b41387c8b8bffa7cc33b8efce79cbd80c110a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:40:13 +0000 Subject: [PATCH] Update dependency redis to v5.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1dfc1d8..78b1178 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ pycodestyle==2.11.1 ; python_version >= "3.10" and python_version < "4.0" pyflakes==3.2.0 ; python_version >= "3.10" and python_version < "4.0" pymysql==1.1.0 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" -redis==5.0.3 ; python_version >= "3.10" and python_version < "4.0" +redis==5.1.1 ; python_version >= "3.10" and python_version < "4.0" sqlalchemy==2.0.29 ; python_version >= "3.10" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.11.0 ; python_version >= "3.10" and python_version < "4.0"