diff --git a/changelog/update-deps.internal b/changelog/update-deps.internal new file mode 100644 index 000000000..521c9ea06 --- /dev/null +++ b/changelog/update-deps.internal @@ -0,0 +1 @@ +Various dependencies were updated. diff --git a/requirements.in b/requirements.in index edfba9a51..2491134fe 100644 --- a/requirements.in +++ b/requirements.in @@ -7,14 +7,14 @@ Django==2.1.3 djangorestframework==3.9.0 django-admin-ip-restrictor==0.2.1 django-environ==0.4.5 -django-extensions==2.1.3 +django-extensions==2.1.4 django-filter==2.0.0 django-reversion==3.0.2 django-pglocks==1.0.2 django-model-utils==3.1.2 django-mptt==0.9.1 django-oauth-toolkit==1.2.0 -whitenoise==4.1 +whitenoise==4.1.2 chardet==3.0.4 pyyaml==3.13 @@ -29,19 +29,20 @@ boto3==1.9.42 notifications-python-client==5.2.0 # REDIS -django-redis==4.9.0 +django-redis==4.9.1 +redis==2.10.6 # redis 3.x is not compatible with kombu<4.3 # ES elasticsearch==6.3.1 -elasticsearch-dsl==6.2.1 +elasticsearch-dsl==6.3.0 aws-requests-auth==0.4.2 # Celery celery==4.2.1 # Testing and dev -pytest==3.10.1 -pytest-django==3.4.3 +pytest==4.0.0 +pytest-django==3.4.4 pytest-sugar==0.9.2 pytest-cov==2.6.0 pytest-xdist==1.24.1 diff --git a/requirements.txt b/requirements.txt index 632ba73e6..bcddf0368 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ aws-requests-auth==0.4.2 backcall==0.1.0 # via ipython billiard==3.5.0.4 # via celery boto3==1.9.42 -botocore==1.12.43 # via boto3, s3transfer +botocore==1.12.50 # via boto3, s3transfer celery==4.2.1 certifi==2018.10.15 # via requests chardet==3.0.4 @@ -23,7 +23,7 @@ decorator==4.3.0 # via ipython, traitlets django-admin-ip-restrictor==0.2.1 django-debug-toolbar==1.10.1 django-environ==0.4.5 -django-extensions==2.1.3 +django-extensions==2.1.4 django-filter==2.0.0 django-ipware==2.1.0 # via django-admin-ip-restrictor django-js-asset==1.1.0 # via django-mptt @@ -31,17 +31,17 @@ django-model-utils==3.1.2 django-mptt==0.9.1 django-oauth-toolkit==1.2.0 django-pglocks==1.0.2 -django-redis==4.9.0 +django-redis==4.9.1 django-reversion==3.0.2 django==2.1.3 djangorestframework==3.9.0 docopt==0.6.2 # via docopt, notifications-python-client docutils==0.14 # via botocore, docutils -elasticsearch-dsl==6.2.1 +elasticsearch-dsl==6.3.0 elasticsearch==6.3.1 execnet==1.5.0 # via pytest-xdist factory-boy==2.11.1 -faker==0.9.2 # via factory-boy +faker==1.0.0 # via factory-boy flake8-blind-except==0.1.1 flake8-commas==2.0.0 flake8-debugger==3.1.0 @@ -59,7 +59,6 @@ greenlet==0.4.15 # via gevent gunicorn==19.9.0 idna==2.7 # via requests incremental==17.5.0 # via towncrier -ipaddress==1.0.22 # via elasticsearch-dsl ipdb==0.11 ipython-genutils==0.2.0 # via ipython-genutils, traitlets ipython==7.1.1 @@ -91,20 +90,20 @@ py==1.7.0 # via pytest pycodestyle==2.4.0 # via flake8, flake8-debugger, flake8-import-order, flake8-print pydocstyle==2.1.1 pyflakes==2.0.0 # via flake8 -pygments==2.2.0 # via ipython, pygments +pygments==2.3.0 # via ipython pyjwt==1.6.4 # via notifications-python-client pyparsing==2.3.0 # via packaging pytest-cov==2.6.0 -pytest-django==3.4.3 +pytest-django==3.4.4 pytest-forked==0.2 # via pytest-xdist pytest-sugar==0.9.2 pytest-xdist==1.24.1 -pytest==3.10.1 +pytest==4.0.0 python-dateutil==2.7.5 pytz==2018.7 # via celery, django pyyaml==3.13 raven==6.9.0 -redis==2.10.6 # via django-redis +redis==2.10.6 requests-futures==0.9.8 # via piprot requests-mock==1.5.2 requests==2.20.1 @@ -122,4 +121,4 @@ urllib3==1.24.1 # via botocore, elasticsearch, requests vine==1.1.4 # via amqp wcwidth==0.1.7 # via prompt-toolkit, wcwidth werkzeug==0.14.1 -whitenoise==4.1 +whitenoise==4.1.2