Skip to content

Commit c75e363

Browse files
chore(deps): bump redis[hiredis] in /reference-apps/fastapi-api-first (#85)
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](redis/redis-py@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 965140d commit c75e363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference-apps/fastapi-api-first/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pymongo==4.15.5
2121
# Redis and Caching
2222
# redis 4.3.0+ required for redis.asyncio.cluster module used by fastapi-cache2
2323
# redis 4.6.0 is the latest 4.x version compatible with fastapi-cache2 (<5.0.0 requirement)
24-
redis[hiredis]==4.6.0 # fastapi-cache2 0.2.2 requires redis>=4.2.0rc1,<5.0.0
24+
redis[hiredis]==7.1.0 # fastapi-cache2 0.2.2 requires redis>=4.2.0rc1,<5.0.0
2525
fastapi-cache2[redis]==0.2.2 # Response caching
2626

2727
# RabbitMQ

0 commit comments

Comments
 (0)