From f0ec658515cbe8f91b6fee2d29b7aaf878f7a8b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:50:20 +0000 Subject: [PATCH] chore(deps): bump redis[hiredis] in /reference-apps/fastapi-api-first Bumps [redis[hiredis]](https://github.com/redis/redis-py) from 7.1.0 to 7.1.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/v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: redis[hiredis] dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d05c383..e97df7f 100644 --- a/reference-apps/fastapi-api-first/requirements.txt +++ b/reference-apps/fastapi-api-first/requirements.txt @@ -21,7 +21,7 @@ pymongo==4.16.0 # Redis and Caching # redis 4.3.0+ required for redis.asyncio.cluster module used by fastapi-cache2 # redis 4.6.0 is the latest 4.x version compatible with fastapi-cache2 (<5.0.0 requirement) -redis[hiredis]==7.1.0 # fastapi-cache2 0.2.2 requires redis>=4.2.0rc1,<5.0.0 +redis[hiredis]==7.1.1 # fastapi-cache2 0.2.2 requires redis>=4.2.0rc1,<5.0.0 fastapi-cache2[redis]==0.2.2 # Response caching # RabbitMQ