Deny redis 4.0.0, jump to 4.0.1

redis 4.0.0 triggers some errors when enabling jobboard in taskflow, the
issue was fixed in [0] which is included in 4.0.1

[0] https://github.com/redis/redis-py/commit/\
        4e9cc015e32ef305429ff9dfa200e28dd63e6663

Change-Id: I59baffed7717a2f0859297206f88f1ca28a5129f
This commit is contained in:
Gregory Thiemonge 2021-11-18 19:25:03 +01:00
parent 392359e4a7
commit 83819d76d4
2 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,7 @@ python-3parclient # Apache-2.0
python-consul # MIT License
python-subunit # Apache-2.0/BSD
pyzmq # LGPL+BSD
redis # MIT
redis!=4.0.0 # MIT
requests-mock # Apache-2.0
tenacity # Apache-2.0
retrying!=1.3.0 # Apache-2.0

View File

@ -442,7 +442,7 @@ pexpect===4.8.0
contextvars===2.4
cmd2===2.3.0
python-json-logger===2.0.2
redis===4.0.0
redis===4.0.1
jmespath===0.10.0
click===8.0.3
XStatic-smart-table===1.4.13.2