Update kombu from 4.4.0 to 4.5.0

This commit is contained in:
browniebroke 2019-04-01 12:00:40 +01:00
parent e6592d857c
commit b81459a53c

View File

@ -11,7 +11,7 @@ whitenoise==4.1.2 # https://github.com/evansd/whitenoise
redis==3.2.1 # https://github.com/antirez/redis
{%- if cookiecutter.use_celery == "y" %}
celery==4.2.1 # pyup: < 5.0 # https://github.com/celery/celery
kombu==4.4.0 # https://github.com/celery/kombu
kombu==4.5.0 # https://github.com/celery/kombu
{%- if cookiecutter.use_docker == 'y' %}
flower==0.9.3 # https://github.com/mher/flower
{%- endif %}