|
@@ -4,8 +4,8 @@
|
|
|
#
|
|
|
# pip-compile --output-file requirements.txt requirements.in
|
|
|
#
|
|
|
-amqp==2.3.2 # via kombu
|
|
|
-atomicwrites==1.2.1 # via pytest
|
|
|
+amqp==2.4.1 # via kombu
|
|
|
+atomicwrites==1.3.0 # via pytest
|
|
|
attrs==18.2.0 # via pytest
|
|
|
beautifulsoup4==4.6.3
|
|
|
billiard==3.5.0.5 # via celery
|
|
@@ -16,41 +16,41 @@ chardet==3.0.4 # via requests
|
|
|
defusedxml==0.5.0 # via python3-openid, social-auth-core
|
|
|
django-debug-toolbar==1.8
|
|
|
django-htmlmin==0.10.0
|
|
|
-django-js-asset==1.1.0 # via django-mptt
|
|
|
+django-js-asset==1.2.1 # via django-mptt
|
|
|
django-mptt==0.9.1
|
|
|
-django==1.11.17
|
|
|
+django==1.11.20
|
|
|
djangorestframework==3.6.4
|
|
|
faker==0.8.18
|
|
|
html5lib==0.999999999
|
|
|
idna==2.8 # via requests
|
|
|
-kombu==4.2.2.post1 # via celery
|
|
|
+kombu==4.3.0 # via celery
|
|
|
markdown==2.6.11
|
|
|
-more-itertools==5.0.0 # via pytest
|
|
|
-oauthlib==2.1.0 # via requests-oauthlib, social-auth-core
|
|
|
+more-itertools==6.0.0 # via pytest
|
|
|
+oauthlib==3.0.1 # via requests-oauthlib, social-auth-core
|
|
|
olefile==0.46 # via pillow
|
|
|
pillow==4.1.1
|
|
|
-pluggy==0.8.0 # via pytest
|
|
|
-psycopg2-binary==2.7.6.1
|
|
|
+pluggy==0.8.1 # via pytest
|
|
|
+psycopg2-binary==2.7.7
|
|
|
py==1.7.0 # via pytest
|
|
|
pyjwt==1.7.1 # via social-auth-core
|
|
|
-pytest-django==3.4.4
|
|
|
-pytest-mock==1.10.0
|
|
|
-pytest==4.0.2
|
|
|
-python-dateutil==2.7.5 # via faker
|
|
|
+pytest-django==3.4.7
|
|
|
+pytest-mock==1.10.1
|
|
|
+pytest==4.2.0
|
|
|
+python-dateutil==2.8.0 # via faker
|
|
|
python3-openid==3.1.0 # via social-auth-core
|
|
|
-pytz==2018.7
|
|
|
-redis==3.0.1 # via celery
|
|
|
-requests-oauthlib==1.0.0 # via social-auth-core
|
|
|
+pytz==2018.9
|
|
|
+redis==3.1.0 # via celery
|
|
|
+requests-oauthlib==1.2.0 # via social-auth-core
|
|
|
requests==2.21.0
|
|
|
responses==0.10.5
|
|
|
-six==1.12.0 # via bleach, faker, html5lib, more-itertools, pytest, python-dateutil, responses, snapshottest, social-auth-app-django, social-auth-core
|
|
|
+six==1.12.0 # via bleach, faker, html5lib, pytest, python-dateutil, responses, snapshottest, social-auth-app-django, social-auth-core
|
|
|
snapshottest==0.5.0
|
|
|
social-auth-app-django==3.1.0
|
|
|
-social-auth-core==2.0.0 # via social-auth-app-django
|
|
|
+social-auth-core==3.0.0 # via social-auth-app-django
|
|
|
sqlparse==0.2.4 # via django-debug-toolbar
|
|
|
termcolor==1.1.0 # via snapshottest
|
|
|
text-unidecode==1.2 # via faker
|
|
|
unidecode==0.4.21
|
|
|
urllib3==1.24.1 # via requests
|
|
|
-vine==1.1.4 # via amqp
|
|
|
+vine==1.2.0 # via amqp
|
|
|
webencodings==0.5.1 # via html5lib
|