Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Commit

Permalink
requirements: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aexvir authored and paveldedik committed Oct 24, 2019
1 parent 4560332 commit 51b83a6
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 54 deletions.
11 changes: 5 additions & 6 deletions docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,21 @@
# pip-compile --output-file docs-requirements.txt docs-requirements.in
#
alabaster==0.7.12 # via sphinx
attrs==19.1.0 # via packaging
babel==2.7.0 # via sphinx
certifi==2019.9.11 # via requests
chardet==3.0.4 # via requests
docutils==0.15.2 # via sphinx
idna==2.8 # via requests
imagesize==1.1.0 # via sphinx
jinja2==2.10.1 # via sphinx
jinja2==2.10.3 # via sphinx
markupsafe==1.1.1 # via jinja2
packaging==19.1 # via sphinx
packaging==19.2 # via sphinx
pygments==2.4.2 # via sphinx
pyparsing==2.4.2 # via packaging
pytz==2019.2 # via babel
pytz==2019.3 # via babel
requests==2.22.0 # via sphinx
six==1.12.0 # via packaging
snowballstemmer==1.9.1 # via sphinx
snowballstemmer==2.0.0 # via sphinx
sphinx-rtd-theme==0.4.3
sphinx==2.2.0
sphinxcontrib-applehelp==1.0.1 # via sphinx
Expand All @@ -29,4 +28,4 @@ sphinxcontrib-htmlhelp==1.0.2 # via sphinx
sphinxcontrib-jsmath==1.0.1 # via sphinx
sphinxcontrib-qthelp==1.0.2 # via sphinx
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
urllib3==1.25.3 # via requests
urllib3==1.25.6 # via requests
64 changes: 31 additions & 33 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile requirements.in
# pip-compile --output-file requirements.txt requirements.in
#
amqp==2.5.1 # via kombu
aniso8601==7.0.0 # via graphene
arrow==0.15.1
attrs==19.1.0
appnope==0.1.0 # via ipython
arrow==0.15.2
attrs==19.3.0
autopep8==1.4.4 # via django-silk
backcall==0.1.0 # via ipython
billiard==3.6.1.0 # via celery
boto3==1.9.150
botocore==1.12.150 # via boto3, s3transfer
boto3==1.10.1
botocore==1.13.1 # via boto3, s3transfer
cachetools==3.1.1 # via google-auth
celery-redbeat==0.13.0
celery==4.3.0
Expand All @@ -27,35 +28,35 @@ deprecated==1.2.6 # via pygithub
django-allauth==0.40.0
django-debug-toolbar==2.0
django-environ==0.4.5
django-extensions==2.2.1
django-extensions==2.2.5
django-silk==3.0.4
django-stronghold==0.3.0
django==2.2.5
djangoql==0.13.0
django==2.2.6
djangoql==0.13.1
dockerfile-parse==0.0.15
docutils==0.14 # via botocore
docutils==0.15.2 # via botocore
gevent==1.4.0 # via gunicorn
google-api-python-client==1.7.10
google-api-python-client==1.7.11
google-auth-httplib2==0.0.3 # via google-api-python-client
google-auth==1.6.3 # via google-api-python-client, google-auth-httplib2, kubernetes
gprof2dot==2017.9.19 # via django-silk
graphene-django==2.5.0
graphene-django==2.6.0
graphene==2.1.8
graphql-core==2.2.1 # via graphene, graphene-django, graphql-relay
graphql-relay==2.0.0 # via graphene
greenlet==0.4.15 # via gevent
gunicorn[gevent]==19.9.0
hiredis==1.0.0
httplib2==0.13.0 # via google-api-python-client, google-auth-httplib2
httplib2==0.14.0 # via google-api-python-client, google-auth-httplib2
idna==2.8 # via requests
importlib-metadata==0.22 # via kombu
importlib-metadata==0.23 # via kombu
ipython-genutils==0.2.0 # via traitlets
ipython==7.8.0
jedi==0.15.1 # via ipython
jinja2==2.10.1 # via django-silk
jinja2==2.10.3 # via django-silk
jmespath==0.9.4 # via boto3, botocore
kombu==4.6.4 # via celery
kubernetes==10.0.0
kombu==4.6.5 # via celery
kubernetes==10.0.1
markdown==3.1.1
markupsafe==1.1.1 # via jinja2
more-itertools==7.2.0 # via zipp
Expand All @@ -66,43 +67,40 @@ pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
ply==3.11 # via djangoql
promise==2.2.1 # via graphene-django, graphql-core, graphql-relay
prompt-toolkit==2.0.9 # via ipython
psycopg2==2.8.3
prompt-toolkit==2.0.10 # via ipython
psycopg2==2.8.4
ptyprocess==0.6.0 # via pexpect
pyasn1-modules==0.2.5 # via google-auth
pyasn1==0.4.5 # via pyasn1-modules, rsa
pyasn1-modules==0.2.7 # via google-auth
pyasn1==0.4.7 # via pyasn1-modules, rsa
pycodestyle==2.5.0 # via autopep8
pygerduty==0.38.2
pygithub==1.43.8
pygithub==1.44
pygments==2.4.2 # via django-silk, ipython
pyjwt==1.7.1 # via pygithub
python-dateutil==2.8.0 # via arrow, botocore, celery-redbeat, django-silk, kubernetes
python-gitlab==1.11.0
python-gitlab==1.12.1
python3-openid==3.1.0 # via django-allauth
pytz==2019.2 # via celery, django, django-silk
pytz==2019.3 # via celery, django, django-silk
pyyaml==5.1.2
raven==6.10.0
redis==3.3.8
redis==3.3.11
requests-oauthlib==1.2.0 # via django-allauth, kubernetes
requests==2.22.0
requirements-parser==0.2.0
rsa==4.0 # via google-auth
rx==1.6.1 # via graphql-core
s3transfer==0.2.0 # via boto3
s3transfer==0.2.1 # via boto3
singledispatch==3.4.0.3 # via graphene-django
six==1.12.0 # via django-extensions, dockerfile-parse, google-api-python-client, google-auth, graphene, graphene-django, graphql-core, graphql-relay, kubernetes, promise, prompt-toolkit, pygerduty, python-dateutil, python-gitlab, singledispatch, structlog, tenacity, traitlets, websocket-client
six==1.12.0 # via django-extensions, dockerfile-parse, google-api-python-client, google-auth, graphene, graphene-django, graphql-core, graphql-relay, kubernetes, promise, prompt-toolkit, pygerduty, pygithub, python-dateutil, python-gitlab, singledispatch, structlog, tenacity, traitlets, websocket-client
sqlparse==0.3.0 # via django, django-debug-toolbar, django-silk
structlog==19.1.0
structlog==19.2.0
tenacity==5.1.1 # via celery-redbeat
traitlets==4.3.2 # via ipython
traitlets==4.3.3 # via ipython
uritemplate==3.0.0 # via google-api-python-client
urllib3==1.24.3 # via botocore, kubernetes, requests
urllib3==1.25.6 # via botocore, kubernetes, requests
vine==1.3.0 # via amqp, celery
wcwidth==0.1.7 # via prompt-toolkit
websocket-client==0.56.0 # via kubernetes
whitenoise==4.1.3
whitenoise==4.1.4
wrapt==1.11.2 # via deprecated
zipp==0.6.0 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.2.0 # via ipython, kubernetes, markdown
30 changes: 15 additions & 15 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,51 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile test-requirements.in
# pip-compile --output-file test-requirements.txt test-requirements.in
#
apipkg==1.5 # via execnet
astroid==2.2.5 # via pylint
astroid==2.3.2 # via pylint
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via packaging, pytest
attrs==19.3.0 # via pytest
coverage==4.3.4
execnet==1.7.1 # via pytest-xdist
factory-boy==2.12.0 # via pytest-factoryboy
faker==2.0.1 # via factory-boy
faker==2.0.3 # via factory-boy
fakeredis==1.0.5
fastdiff==0.2.0 # via snapshottest
freezegun==0.3.12 # via pytest-freezegun
httpretty==0.9.6
importlib-metadata==0.22 # via pluggy, pytest
httpretty==0.9.7
importlib-metadata==0.23 # via pluggy, pytest
inflection==0.3.1 # via pytest-factoryboy
isort==4.3.21 # via pylint
lazy-object-proxy==1.4.2 # via astroid
mccabe==0.6.1 # via pylint
more-itertools==7.2.0 # via pytest, zipp
packaging==19.1 # via pytest
packaging==19.2 # via pytest
pg8000==1.13.2 # via testing-postgresql
pluggy==0.13.0 # via pytest
py==1.8.0 # via pytest
pylint==2.3.1
pylint==2.4.3
pyparsing==2.4.2 # via packaging
pytest-cov==2.5.1
pytest-django==3.5.1
pytest-django==3.6.0
pytest-env==0.6.2
pytest-factoryboy==2.0.3
pytest-forked==1.0.2 # via pytest-xdist
pytest-forked==1.1.3 # via pytest-xdist
pytest-freezegun==0.3.0.post1
pytest-mock==1.10.4
pytest-xdist==1.29.0
pytest==5.1.2
pytest-mock==1.11.2
pytest-xdist==1.30.0
pytest==5.2.1
python-dateutil==2.8.0 # via faker, freezegun
redis==3.3.8 # via fakeredis
redis==3.3.11 # via fakeredis
scramp==1.1.0 # via pg8000
six==1.12.0 # via astroid, faker, fakeredis, freezegun, httpretty, packaging, pytest-xdist, python-dateutil, snapshottest
snapshottest==0.5.1
sortedcontainers==2.1.0 # via fakeredis
termcolor==1.1.0 # via snapshottest
testing-postgresql==1.3.0
testing.common.database==2.0.3 # via testing-postgresql
text-unidecode==1.2 # via faker
text-unidecode==1.3 # via faker
typed-ast==1.4.0 # via astroid
wasmer==0.3.0 # via fastdiff
wcwidth==0.1.7 # via pytest
Expand Down

0 comments on commit 51b83a6

Please sign in to comment.