From 06a027423262e37ce2fcc70fa8f89f9991f2ce3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 18:57:58 +0000 Subject: [PATCH] Update dependency redis to v8 --- pyproject.toml | 2 +- requirements.txt | 2 +- uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) 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 diff --git a/uv.lock b/uv.lock index d2b081c..8d222e6 100644 --- a/uv.lock +++ b/uv.lock @@ -487,7 +487,7 @@ requires-dist = [ { name = "granian", specifier = "==2.7.4" }, { name = "openpyxl", specifier = "==3.1.5" }, { name = "psycopg", extras = ["binary", "pool"], specifier = "==3.3.4" }, - { name = "redis", extras = ["hiredis"], specifier = "==7.4.0" }, + { name = "redis", extras = ["hiredis"], specifier = "==8.0.0" }, ] [package.metadata.requires-dev] @@ -557,11 +557,11 @@ wheels = [ [[package]] name = "redis" -version = "7.4.0" +version = "8.0.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/7b/7f/3759b1d0d72b7c92f0d70ffd9dc962b7b7b5ee74e135f9d7d8ab06b8a318/redis-7.4.0.tar.gz", hash = "sha256:64a6ea7bf567ad43c964d2c30d82853f8df927c5c9017766c55a1d1ed95d18ad", size = 4943913, upload-time = "2026-03-24T09:14:37.53Z" } +sdist = { url = "https://files.pythonhosted.org/packages/53/ae/ed461cca5780b5fc8b9fe8ca0ed98d89508645fb9d880c24cc42c087678f/redis-8.0.0.tar.gz", hash = "sha256:a00c5355432051ac14e593b8b197fc76c887ee12d55a0984f69328a1115fdc49", size = 5101591, upload-time = "2026-05-28T12:45:13.5Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/74/3a/95deec7db1eb53979973ebd156f3369a72732208d1391cd2e5d127062a32/redis-7.4.0-py3-none-any.whl", hash = "sha256:a9c74a5c893a5ef8455a5adb793a31bb70feb821c86eccb62eebef5a19c429ec", size = 409772, upload-time = "2026-03-24T09:14:35.968Z" }, + { url = "https://files.pythonhosted.org/packages/27/e3/b519734372d305bd547534a9f32e4ce9f98552af753dce72cf3483a0ff0b/redis-8.0.0-py3-none-any.whl", hash = "sha256:c938c18338585009f0bc310f4c7e4e4b4d37639356c4ac072cedf3af570c8dc7", size = 499870, upload-time = "2026-05-28T12:45:11.697Z" }, ] [package.optional-dependencies]