From 4d6932ae18a3ffdd6bd606b7615ec662138ac3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 04:52:40 +0000 Subject: [PATCH] Bump redis[hiredis] in /reference-apps/fastapi-api-first Bumps [redis[hiredis]](https://github.com/redis/redis-py) from 7.0.1 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/v7.0.1...v7.1.0) --- updated-dependencies: - dependency-name: redis[hiredis] dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- reference-apps/fastapi-api-first/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference-apps/fastapi-api-first/requirements.txt b/reference-apps/fastapi-api-first/requirements.txt index 6643920..194a0d6 100644 --- a/reference-apps/fastapi-api-first/requirements.txt +++ b/reference-apps/fastapi-api-first/requirements.txt @@ -19,7 +19,7 @@ motor==3.7.1 pymongo==4.15.3 # Redis and Caching -redis[hiredis]==7.0.1 # Compatible with fastapi-cache2 (requires <5.0.0) +redis[hiredis]==7.1.0 # Compatible with fastapi-cache2 (requires <5.0.0) fastapi-cache2[redis]==0.2.2 # Response caching # RabbitMQ