From ad4276c2bca03208a1fd14c8308d3f002358f98d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 04:52:39 +0000 Subject: [PATCH] Bump redis[hiredis] from 4.6.0 to 7.1.0 in /reference-apps/fastapi Bumps [redis[hiredis]](https://github.com/redis/redis-py) from 4.6.0 to 7.1.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/v4.6.0...v7.1.0) --- updated-dependencies: - dependency-name: redis[hiredis] dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- reference-apps/fastapi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/fastapi/requirements.txt b/reference-apps/fastapi/requirements.txt index aef2663..45d5223 100644 --- a/reference-apps/fastapi/requirements.txt +++ b/reference-apps/fastapi/requirements.txt @@ -15,7 +15,7 @@ motor==3.7.1 pymongo==4.15.3 # Redis and Caching -redis[hiredis]==4.6.0 # fastapi-cache2 0.2.2 requires redis<5.0.0 +redis[hiredis]==7.1.0 # fastapi-cache2 0.2.2 requires redis<5.0.0 fastapi-cache2[redis]==0.2.2 # Response caching # RabbitMQ