Skip to content

Commit

Permalink
Update redis requirement from <3.0.0 to <4.0.0 in /python
Browse files Browse the repository at this point in the history
Updates the requirements on [redis](https://github.com/andymccurdy/redis-py) to permit the latest version.
- [Release notes](https://github.com/andymccurdy/redis-py/releases)
- [Changelog](https://github.com/andymccurdy/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@2.4.6...3.3.11)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and seldondev committed Nov 14, 2019
1 parent 2f59904 commit 287937d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask<2.0.0
Flask-cors<4.0.0
redis<3.0.0
redis<4.0.0
requests<3.0.0
numpy<2.0.0
flatbuffers<2.0.0
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
install_requires=[
"Flask<2.0.0",
"Flask-cors<4.0.0",
"redis<3.0.0",
"redis<4.0.0",
"requests<3.0.0",
"numpy<2.0.0",
"flatbuffers<2.0.0",
Expand Down

0 comments on commit 287937d

Please sign in to comment.