Skip to content

Commit

Permalink
requirements: Downgrade pika to 0.11.0.
Browse files Browse the repository at this point in the history
Downgrading as issue #8466 is not fixed yet.
  • Loading branch information
hackerkid authored and timabbott committed Apr 11, 2018
1 parent 383c62f commit 132754f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion requirements/common.in
Expand Up @@ -95,7 +95,8 @@ oauthlib==2.0.7
ndg-httpsclient==0.4.4

# Needed to access rabbitmq
pika==0.11.2
# See #8466 for why we're not using the latest version.
pika==0.11.0

# Needed to access our database
psycopg2==2.7.4 --no-binary psycopg2
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Expand Up @@ -101,7 +101,7 @@ pbr==3.1.1 # via mock
pexpect==4.3.0 # via ipython
phonenumberslite==8.8.6 # via django-phonenumber-field
pickleshare==0.7.4 # via ipython
pika==0.11.2
pika==0.11.0
pillow==5.0.0
pip-tools==1.11.0
polib==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Expand Up @@ -71,7 +71,7 @@ pbr==3.1.1 # via mock
pexpect==4.3.0 # via ipython
phonenumberslite==8.8.6 # via django-phonenumber-field
pickleshare==0.7.4 # via ipython
pika==0.11.2
pika==0.11.0
pillow==5.0.0
polib==1.1.0
premailer==3.1.1
Expand Down
2 changes: 1 addition & 1 deletion version.py
Expand Up @@ -8,4 +8,4 @@
# Typically, adding a dependency only requires a minor version bump, and
# removing a dependency requires a major version bump.

PROVISION_VERSION = '18.0'
PROVISION_VERSION = '18.1'

0 comments on commit 132754f

Please sign in to comment.