From fd45c99f6c855e4b781aa9372a46542ebd54c97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:04:45 +0000 Subject: [PATCH] deps(deps): bump redis from 5.0.1 to 7.0.0 Bumps [redis](https://github.com/redis/redis-py) from 5.0.1 to 7.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/v5.0.1...v7.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54722b8d..503071a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ aiosqlite==0.21.0 pydantic==2.11.9 pydantic-settings==2.10.1 python-dotenv==1.1.1 -redis==5.0.1 +redis==7.0.0 PyYAML==6.0.2 fastapi==0.115.6 uvicorn==0.32.1