Browse Source

Update dependencies (#1257)

Rafał Pitoń 6 years ago
parent
commit
82aa51ade8
1 changed files with 24 additions and 19 deletions
  1. 24 19
      requirements.txt

+ 24 - 19
requirements.txt

@@ -4,58 +4,63 @@
 #
 #    pip-compile --output-file=requirements.txt requirements.in
 #
-amqp==2.4.2               # via kombu
-ariadne==0.4.0
+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.3.9         # via requests
+certifi==2019.6.16        # via requests
 chardet==3.0.4            # via requests
 defusedxml==0.6.0         # via python3-openid, social-auth-core
 django-debug-toolbar==1.11
 django-htmlmin==0.11.0
 django-js-asset==1.2.2    # via django-mptt
 django-mptt==0.10.0
-django==2.2.1
+django==2.2.3
 djangorestframework==3.9.4
 faker==1.0.7
-graphql-core-next==1.0.4  # via ariadne
+graphql-core-next==1.0.5  # via ariadne
 html5lib==1.0.1
 idna==2.8                 # via requests
-kombu==4.5.0              # via celery
+importlib-metadata==0.18  # via pluggy, pytest
+kombu==4.6.3              # via celery
 markdown==2.6.11
-more-itertools==7.0.0     # via pytest
-oauthlib==3.0.1           # via requests-oauthlib, social-auth-core
-pillow==6.0.0
-pluggy==0.11.0            # via pytest
-psycopg2-binary==2.8.2
+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              # via social-auth-core
-pytest-django==3.4.8
+pyparsing==2.4.0          # via packaging
+pytest-django==3.5.1
 pytest-mock==1.10.4
-pytest==4.5.0
+pytest==5.0.1
 python-dateutil==2.8.0    # via faker
+python-multipart==0.0.5   # via ariadne
 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, pytest, python-dateutil, responses, snapshottest, social-auth-app-django, social-auth-core
+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.1.0   # via social-auth-app-django
-soupsieve==1.9.1          # via beautifulsoup4
+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.0         # via ariadne
+starlette==0.12.2         # via ariadne
 termcolor==1.1.0          # via snapshottest
 text-unidecode==1.2       # via faker
-typing-extensions==3.7.2  # via ariadne
+typing-extensions==3.7.4  # via ariadne
 unidecode==1.0.23
-urllib3==1.25.2           # via requests
+urllib3==1.25.3           # via requests
 vine==1.3.0               # via amqp, celery
 wcwidth==0.1.7            # via pytest
 webencodings==0.5.1       # via bleach, html5lib
+zipp==0.5.1               # via importlib-metadata