Skip to content

Commit

Permalink
Update redis requirement (celery#2203)
Browse files Browse the repository at this point in the history
Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.5.2...v5.2.1)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and zhousheng06 committed Dec 24, 2024
1 parent 8f8a0fd commit 64c2f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/extras/redis.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
redis>=4.5.2,!=4.5.5,!=5.0.2,<=5.2.0
redis>=4.5.2,!=4.5.5,!=5.0.2,<=5.2.1

0 comments on commit 64c2f6a

Please sign in to comment.