From d5cfdb1076ece9d12e3d69150b3fa52d10c427d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:23:22 +0000 Subject: [PATCH] build(deps): 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b7718e5c..17e529db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pydantic == 2.13.4", "pymongo-migrate == 1.0.0", "python-jose[cryptography] == 3.5.0", - "redis == 7.4.0", + "redis == 8.0.0", "uvicorn[standard] == 0.44.0", ]