From b110e519c109b8f350740cd644d725994d5a3ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 02:13:04 +0000 Subject: [PATCH] Bump redis from 7.4.0 to 8.0.0 Bumps [redis](https://github.com/redis/redis-py) from 7.4.0 to 8.0.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v7.4.0...v8.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 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