Skip to content

Commit

Permalink
Merge pull request #5747 from stsewd/pin-kombu
Browse files Browse the repository at this point in the history
Pin kombu to 4.3.0
  • Loading branch information
stsewd authored May 31, 2019
2 parents 776a55c + fbe91e3 commit aed5925
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Pygments==2.4.1
# https://stackoverflow.com/questions/53331405/django-compress-error-invalid-input-of-type-cachekey
# https://github.com/sebleier/django-redis-cache/pull/162
redis==2.10.6 # pyup: ignore
# Kombu >4.3 requires redis>=3.2
kombu==4.3.0 # pyup: ignore
# Celery 4.2 is incompatible with our code
# when ALWAYS_EAGER = True
celery==4.1.1 # pyup: ignore
Expand Down

0 comments on commit aed5925

Please sign in to comment.