Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update various dependencies #1251

Merged
merged 1 commit into from
Nov 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog/update-deps.internal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Various dependencies were updated.
13 changes: 7 additions & 6 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
21 changes: 10 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,25 +23,25 @@ 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
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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