mirror of https://github.com/zulip/zulip.git
requirements: Upgrade pika from 0.11.0 to 0.12.0.
Based on our analysis, the bug that made us uncomfortable with upgrading to 0.11.2 was fixed in 0.12.0. Fixes #8466.
This commit is contained in:
parent
c64ad40a04
commit
6825b9d3b6
|
@ -96,7 +96,7 @@ ndg-httpsclient==0.5.1
|
|||
|
||||
# Needed to access rabbitmq
|
||||
# See #8466 for why we're not using the latest version.
|
||||
pika==0.11.0
|
||||
pika==0.12.0
|
||||
|
||||
# Needed to access our database
|
||||
psycopg2==2.7.6.1 --no-binary psycopg2
|
||||
|
|
|
@ -108,7 +108,7 @@ pbr==5.1.1 # via mock
|
|||
pexpect==4.6.0 # via ipython
|
||||
phonenumberslite==8.10.2 # via django-phonenumber-field
|
||||
pickleshare==0.7.5 # via ipython
|
||||
pika==0.11.0
|
||||
pika==0.12.0
|
||||
pillow==5.3.0
|
||||
pip-tools==2.0.2
|
||||
polib==1.1.0
|
||||
|
|
|
@ -78,7 +78,7 @@ pbr==5.1.1 # via mock
|
|||
pexpect==4.6.0 # via ipython
|
||||
phonenumberslite==8.10.2 # via django-phonenumber-field
|
||||
pickleshare==0.7.5 # via ipython
|
||||
pika==0.11.0
|
||||
pika==0.12.0
|
||||
pillow==5.3.0
|
||||
polib==1.1.0
|
||||
premailer==3.2.0
|
||||
|
|
Loading…
Reference in New Issue