Skip to content

Commit

Permalink
Downgrade Kombu version to 4.6.3 (#4406)
Browse files Browse the repository at this point in the history
It was accidentally upgraded as part of the dependencies upgrade we did recently, but 4.6.5 has a bug...
  • Loading branch information
arikfr authored Nov 27, 2019
1 parent 80f3ec1 commit d3feba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gunicorn==19.9.0
rq==1.1.0
rq-scheduler==0.9.1
celery==4.3.0
kombu==4.6.5
kombu==4.6.3
jsonschema==3.1.1
RestrictedPython==5.0
pysaml2==4.8.0
Expand Down

0 comments on commit d3feba6

Please sign in to comment.