Skip to content

Commit ca322aa

Browse files
Bump redis[hiredis] in /reference-apps/fastapi-api-first (#5)
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](redis/redis-py@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c813ee4 commit ca322aa

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
@@ -19,7 +19,7 @@ motor==3.7.1
1919
pymongo==4.15.4
2020

2121
# Redis and Caching
22-
redis[hiredis]==7.0.1 # Compatible with fastapi-cache2 (requires <5.0.0)
22+
redis[hiredis]==7.1.0 # Compatible with fastapi-cache2 (requires <5.0.0)
2323
fastapi-cache2[redis]==0.2.2 # Response caching
2424

2525
# RabbitMQ

0 commit comments

Comments
 (0)