We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e2950 commit f94c86eCopy full SHA for f94c86e
core/management/commands/update.py
@@ -334,7 +334,7 @@ def v0_7_1__fix_redis_version_mismatches(self):
334
335
# ensure redis version
336
os.system('%s/pip uninstall redis celery -y' % (self.PYTHON_PATH))
337
- os.system('%s/pip install redis==2.10.6 celery==4.3.0' % (self.PYTHON_PATH))
+ os.system('%s/pip install redis==3.2.1 celery==4.3.0' % (self.PYTHON_PATH))
338
339
# restart celery background tasks
340
# get supervisor handle
0 commit comments