Skip to content

Commit 1da5101

Browse files
Bump redis[hiredis] from 4.6.0 to 7.1.0 in /reference-apps/fastapi (#4)
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 ca322aa commit 1da5101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reference-apps/fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ motor==3.7.1
1515
pymongo==4.15.3
1616

1717
# Redis and Caching
18-
redis[hiredis]==4.6.0 # fastapi-cache2 0.2.2 requires redis<5.0.0
18+
redis[hiredis]==7.1.0 # fastapi-cache2 0.2.2 requires redis<5.0.0
1919
fastapi-cache2[redis]==0.2.2 # Response caching
2020

2121
# RabbitMQ

0 commit comments

Comments
 (0)