diff --git a/pyproject.toml b/pyproject.toml index 756466c..05f31c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "granian==2.7.4", "openpyxl==3.1.5", "psycopg[binary,pool]==3.3.4", - "redis[hiredis]==7.4.0", + "redis[hiredis]==8.0.0", ] [dependency-groups] diff --git a/requirements.txt b/requirements.txt index 949a943..fa4d9be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ Django[argon2]==6.0.5 granian==2.7.4 openpyxl==3.1.5 psycopg[binary,pool]==3.3.4 -redis[hiredis]==7.4.0 +redis[hiredis]==8.0.0