Wojciech Zając 6 лет назад
Родитель
Сommit
9b7eb859d3
2 измененных файлов с 17 добавлено и 17 удалено
  1. 7 7
      requirements.in
  2. 10 10
      requirements.txt

+ 7 - 7
requirements.in

@@ -1,16 +1,16 @@
-beautifulsoup4<4.7
-bleach<2.2
+beautifulsoup4<4.8
+bleach<3.2
 celery[redis]
 django<2
 djangorestframework<3.7
-django-debug-toolbar<1.9
+django-debug-toolbar<1.12
 django-htmlmin<0.11
 django-mptt
-Faker<0.9
-html5lib==0.999999999
+Faker<1.1
+html5lib<1.1
 markdown<2.7
 social-auth-app-django
-pillow<4.2
+pillow<5.5
 psycopg2-binary<2.8
 pytest
 pytest-django
@@ -19,4 +19,4 @@ pytz
 requests<3
 responses
 snapshottest
-unidecode<1
+unidecode<1.1

+ 10 - 10
requirements.txt

@@ -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