Skip to content

Commit

Permalink
ci: Upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Synss committed May 11, 2019
1 parent eb8ccc5 commit bf6c50c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt setup.py
# pip-compile setup.py
#
certifi==2018.11.29
certifi==2019.3.9
4 changes: 2 additions & 2 deletions requirements/circleci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile -o requirements-circleci.txt requirements-circleci.in
# pip-compile requirements/circleci.in
#
certifi==2019.3.9 # via requests
chardet==3.0.4 # via requests
Expand All @@ -12,7 +12,7 @@ cython==0.29.7
docopt==0.6.2 # via coveralls
filelock==3.0.10 # via tox
idna==2.8 # via requests
pluggy==0.9.0 # via tox
pluggy==0.11.0 # via tox
py==1.8.0 # via tox
requests==2.21.0 # via coveralls
six==1.12.0 # via tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file=requirements-tests.txt requirements-tests.in
# pip-compile requirements/tests.in
#
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
Expand Down
14 changes: 7 additions & 7 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile -o requirements-travis.txt requirements-travis.in
# pip-compile requirements/travis.in
#
apipkg==1.5 # via execnet
appdirs==1.4.3 # via devpi-server
Expand All @@ -12,9 +12,9 @@ certifi==2019.3.9 # via requests
cffi==1.12.3 # via argon2-cffi
chardet==3.0.4 # via requests
check-manifest==0.38 # via devpi-client
devpi-client==4.3.0
devpi-client==4.4.0
devpi-common==3.3.2 # via devpi-client, devpi-server
devpi-server==4.8.1
devpi-server==4.9.0
docutils==0.14 # via readme-renderer
execnet==1.6.0 # via devpi-server
filelock==3.0.10 # via tox
Expand All @@ -26,10 +26,10 @@ pastedeploy==2.0.1 # via plaster-pastedeploy
pkginfo==1.5.0.1 # via devpi-client, twine
plaster-pastedeploy==0.7 # via pyramid
plaster==1.0 # via plaster-pastedeploy, pyramid
pluggy==0.9.0 # via devpi-client, devpi-server, tox
pluggy==0.11.0 # via devpi-client, devpi-server, tox
py==1.8.0 # via devpi-client, devpi-common, devpi-server, tox
pycparser==2.19 # via cffi
pygments==2.3.1 # via readme-renderer
pygments==2.4.0 # via readme-renderer
pyramid==1.10.4 # via devpi-server
python-dateutil==2.8.0 # via strictyaml
readme-renderer==24.0 # via twine
Expand All @@ -44,9 +44,9 @@ tox==3.9.0 # via devpi-client
tqdm==4.31.1 # via twine
translationstring==1.3 # via pyramid
twine==1.13.0
urllib3==1.24.2 # via requests
urllib3==1.24.3 # via requests
venusian==1.2.0 # via pyramid
virtualenv==16.4.3 # via tox
virtualenv==16.5.0 # via tox
waitress==1.3.0 # via devpi-server
webencodings==0.5.1 # via bleach
webob==1.8.5 # via pyramid
Expand Down

0 comments on commit bf6c50c

Please sign in to comment.