|
@@ -7,35 +7,34 @@
|
|
|
amqp==2.4.1 # via kombu
|
|
|
atomicwrites==1.3.0 # via pytest
|
|
|
attrs==18.2.0 # via pytest
|
|
|
-beautifulsoup4==4.6.3
|
|
|
+beautifulsoup4==4.7.1
|
|
|
billiard==3.5.0.5 # via celery
|
|
|
-bleach==2.1.4
|
|
|
+bleach==3.1.0
|
|
|
celery[redis]==4.2.1
|
|
|
certifi==2018.11.29 # via requests
|
|
|
chardet==3.0.4 # via requests
|
|
|
defusedxml==0.5.0 # via python3-openid, social-auth-core
|
|
|
-django-debug-toolbar==1.8
|
|
|
+django-debug-toolbar==1.11
|
|
|
django-htmlmin==0.10.0
|
|
|
django-js-asset==1.2.1 # via django-mptt
|
|
|
django-mptt==0.9.1
|
|
|
django==1.11.20
|
|
|
djangorestframework==3.6.4
|
|
|
-faker==0.8.18
|
|
|
-html5lib==0.999999999
|
|
|
+faker==1.0.2
|
|
|
+html5lib==1.0.1
|
|
|
idna==2.8 # via requests
|
|
|
kombu==4.3.0 # via celery
|
|
|
markdown==2.6.11
|
|
|
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
|
|
|
+pillow==5.4.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.7
|
|
|
pytest-mock==1.10.1
|
|
|
-pytest==4.2.0
|
|
|
+pytest==4.2.1
|
|
|
python-dateutil==2.8.0 # via faker
|
|
|
python3-openid==3.1.0 # via social-auth-core
|
|
|
pytz==2018.9
|
|
@@ -47,10 +46,11 @@ six==1.12.0 # via bleach, faker, html5lib, pytest, python-dateutil
|
|
|
snapshottest==0.5.0
|
|
|
social-auth-app-django==3.1.0
|
|
|
social-auth-core==3.0.0 # via social-auth-app-django
|
|
|
+soupsieve==1.7.3 # via beautifulsoup4
|
|
|
sqlparse==0.2.4 # via django-debug-toolbar
|
|
|
termcolor==1.1.0 # via snapshottest
|
|
|
text-unidecode==1.2 # via faker
|
|
|
-unidecode==0.4.21
|
|
|
+unidecode==1.0.23
|
|
|
urllib3==1.24.1 # via requests
|
|
|
vine==1.2.0 # via amqp
|
|
|
-webencodings==0.5.1 # via html5lib
|
|
|
+webencodings==0.5.1 # via bleach, html5lib
|