Skip to content

Commit 1486d64

Browse files
committed
Update redis-py dependency to >=4.5.3.
For https://github.com/redis/redis-py/releases/tag/v4.5.3
1 parent a9488f7 commit 1486d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
include_package_data=True,
3232
python_requires=">=3.7",
3333
install_requires=[
34-
"redis==4.3.5",
34+
"redis>=4.5.3",
3535
"msgpack~=1.0",
3636
"asgiref>=3.2.10,<4",
3737
"channels",

0 commit comments

Comments
 (0)