Skip to content

Commit

Permalink
Update redis requirement from <=4.6.0 to <=5.0.4
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@2.4.6...v5.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 3, 2024
1 parent fc56a38 commit d7060c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"banal >= 1.0.6, < 2.0.0",
"normality >= 2.4.0, < 3.0.0",
"fakeredis >= 2.11.2, < 3.0.0",
"redis <= 4.6.0",
"redis <= 5.0.4",
"sqlalchemy >= 1.4.49, < 3.0.0",
"structlog >= 20.2.0, < 25.0.0",
"colorama >= 0.4.4, < 1.0.0",
Expand Down

0 comments on commit d7060c6

Please sign in to comment.