From b3b87affcd33d7b3ff38d0fe9a953962dc1715d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 02:04:39 +0000 Subject: [PATCH] Bump redis from 8.0.0 to 8.0.1 Bumps [redis](https://github.com/redis/redis-py) from 8.0.0 to 8.0.1. - [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/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 653d165..35893e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "granian==2.7.6", "openpyxl==3.1.5", "psycopg[binary,pool]==3.3.4", - "redis[hiredis]==8.0.0", + "redis[hiredis]==8.0.1", ] [dependency-groups] diff --git a/requirements.txt b/requirements.txt index b520dbc..ff696d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ Django[argon2]==6.0.6 granian==2.7.6 openpyxl==3.1.5 psycopg[binary,pool]==3.3.4 -redis[hiredis]==8.0.0 +redis[hiredis]==8.0.1