Skip to content

Commit

Permalink
Update redis-py dependency to >=4.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 28, 2023
1 parent a9488f7 commit 1486d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -31,7 +31,7 @@
include_package_data=True,
python_requires=">=3.7",
install_requires=[
"redis==4.3.5",
"redis>=4.5.3",
"msgpack~=1.0",
"asgiref>=3.2.10,<4",
"channels",
Expand Down

0 comments on commit 1486d64

Please sign in to comment.