Skip to content

Commit

Permalink
Update dependencies (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp authored May 24, 2020
1 parent a809eb0 commit adf8ac0
Showing 1 changed file with 56 additions and 53 deletions.
109 changes: 56 additions & 53 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,66 +4,69 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
amqp==2.5.0 # via kombu
ariadne==0.5.0
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
beautifulsoup4==4.7.1
billiard==3.6.0.0 # via celery
bleach==3.1.0
celery[redis]==4.3.0
certifi==2019.6.16 # via requests
amqp==2.5.2 # via kombu
ariadne==0.11.0 # via -r requirements.in
attrs==19.3.0 # via pytest
beautifulsoup4==4.7.1 # via -r requirements.in, django-htmlmin
billiard==3.6.3.0 # via celery
bleach==3.1.5 # via -r requirements.in
celery[redis]==4.4.2 # via -r requirements.in
certifi==2020.4.5.1 # via requests
cffi==1.14.0 # via cryptography
chardet==3.0.4 # via requests
cryptography==2.9.2 # via social-auth-core
defusedxml==0.6.0 # via python3-openid, social-auth-core
django-debug-toolbar==1.11
django-htmlmin==0.11.0
django-debug-toolbar==1.11 # via -r requirements.in
django-htmlmin==0.11.0 # via -r requirements.in
django-js-asset==1.2.2 # via django-mptt
django-mptt==0.10.0
django-simple-sso==0.14.0
django==2.2.3
djangorestframework==3.9.4
faker==1.0.7
graphql-core-next==1.0.5 # via ariadne
html5lib==1.0.1
idna==2.8 # via requests
importlib-metadata==0.18 # via pluggy, pytest
django-mptt==0.11.0 # via -r requirements.in
django-simple-sso==0.14.1 # via -r requirements.in
django==2.2.12 # via -r requirements.in, django-debug-toolbar, django-mptt, django-simple-sso, webservices
djangorestframework==3.9.4 # via -r requirements.in
faker==1.0.8 # via -r requirements.in
fastdiff==0.2.0 # via snapshottest
graphql-core==3.0.5 # via ariadne
html5lib==1.0.1 # via -r requirements.in, django-htmlmin
idna==2.9 # via requests
importlib-metadata==1.6.0 # via kombu, pluggy, pytest
itsdangerous==1.1.0 # via django-simple-sso, webservices
kombu==4.6.3 # via celery
markdown==2.6.11
more-itertools==7.1.0 # via pytest
oauthlib==3.0.2 # via requests-oauthlib, social-auth-core
packaging==19.0 # via pytest
pillow==6.1.0
pluggy==0.12.0 # via pytest
psycopg2-binary==2.8.3
py==1.8.0 # via pytest
pyjwt==1.7.1
pyparsing==2.4.0 # via packaging
pytest-django==3.5.1
pytest-mock==1.10.4
pytest==5.0.1
python-dateutil==2.8.0 # via faker
python-multipart==0.0.5 # via ariadne
kombu==4.6.8 # via celery
markdown==2.6.11 # via -r requirements.in
more-itertools==8.3.0 # via pytest
oauthlib==3.1.0 # via requests-oauthlib, social-auth-core
packaging==20.4 # via bleach, pytest
pillow==6.2.2 # via -r requirements.in
pluggy==0.13.1 # via pytest
psycopg2-binary==2.8.5 # via -r requirements.in
py==1.8.1 # via pytest
pycparser==2.20 # via cffi
pyjwt==1.7.1 # via -r requirements.in, social-auth-core
pyparsing==2.4.7 # via packaging
pytest-django==3.9.0 # via -r requirements.in
pytest-mock==3.1.0 # via -r requirements.in
pytest==5.4.2 # via -r requirements.in, pytest-django, pytest-mock
python-dateutil==2.8.1 # via faker
python3-openid==3.1.0 # via social-auth-core
pytz==2019.1
redis==3.2.1 # via celery
requests-oauthlib==1.2.0 # via social-auth-core
requests==2.22.0
responses==0.10.6
six==1.12.0 # via bleach, faker, html5lib, packaging, python-dateutil, python-multipart, responses, snapshottest, social-auth-app-django, social-auth-core
snapshottest==0.5.0
social-auth-app-django==3.1.0
social-auth-core==3.2.0 # via social-auth-app-django
soupsieve==1.9.2 # via beautifulsoup4
sqlparse==0.3.0 # via django, django-debug-toolbar
starlette==0.12.2 # via ariadne
pytz==2020.1 # via -r requirements.in, celery, django
redis==3.5.2 # via celery
requests-oauthlib==1.3.0 # via social-auth-core
requests==2.23.0 # via -r requirements.in, requests-oauthlib, responses, social-auth-core, webservices
responses==0.10.14 # via -r requirements.in
six==1.15.0 # via bleach, cryptography, faker, html5lib, packaging, python-dateutil, responses, snapshottest, social-auth-app-django, social-auth-core
snapshottest==0.5.1 # via -r requirements.in
social-auth-app-django==3.1.0 # via -r requirements.in
social-auth-core==3.3.3 # via social-auth-app-django
soupsieve==2.0.1 # via beautifulsoup4
sqlparse==0.3.1 # via django, django-debug-toolbar
starlette==0.13.4 # via ariadne
termcolor==1.1.0 # via snapshottest
text-unidecode==1.2 # via faker
typing-extensions==3.7.4 # via ariadne
unidecode==1.0.23
urllib3==1.25.3 # via requests
typing-extensions==3.7.4.2 # via ariadne
unidecode==1.0.23 # via -r requirements.in
urllib3==1.25.9 # via requests
vine==1.3.0 # via amqp, celery
wcwidth==0.1.7 # via pytest
wasmer==0.4.1 # via fastdiff
wcwidth==0.1.9 # via pytest
webencodings==0.5.1 # via bleach, html5lib
webservices[django]==0.7 # via django-simple-sso
zipp==0.5.2 # via importlib-metadata
zipp==3.1.0 # via importlib-metadata

0 comments on commit adf8ac0

Please sign in to comment.