Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Commit

Permalink
upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
singuliere committed May 7, 2019
1 parent 63a45ff commit 6975430
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions requirements-dev.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 --upgrade --output-file requirements-dev.txt requirements.in requirements-dev.in
# pip-compile --output-file requirements-dev.txt requirements.in requirements-dev.in
#
alabaster==0.7.12 # via sphinx
atomicwrites==1.3.0 # via pytest
Expand All @@ -13,7 +13,7 @@ certifi==2019.3.9 # via requests
chardet==3.0.4 # via requests
click==7.0 # via pip-tools
cliff==2.14.1
cmd2==0.9.11 # via cliff
cmd2==0.9.12 # via cliff
colorama==0.4.1 # via cmd2
coverage==4.5.2
docutils==0.14 # via readme-renderer, sphinx
Expand All @@ -22,11 +22,11 @@ flake8==3.6.0
hvac==0.7.2
idna==2.8 # via requests
imagesize==1.1.0 # via sphinx
jinja2==2.10 # via sphinx
jinja2==2.10.1 # via sphinx
markupsafe==1.1.1 # via jinja2
mccabe==0.6.1 # via flake8
mock==2.0.0
more-itertools==6.0.0 # via pytest
more-itertools==7.0.0 # via pytest
packaging==19.0
pbr==5.1.1
pip-tools==3.3.2
Expand All @@ -37,11 +37,11 @@ py==1.8.0 # via pytest, tox
pycodestyle==2.4.0 # via flake8
pyflakes==2.0.0 # via flake8
pygments==2.3.1 # via readme-renderer, sphinx
pyparsing==2.3.1 # via cliff, packaging
pyparsing==2.4.0 # via cliff, packaging
pyperclip==1.7.0 # via cmd2
pytest-mock==1.10.0
pytest==4.1.1
pytz==2018.9 # via babel
pytz==2019.1 # via babel
pyyaml==5.1 # via cliff
readme-renderer==24.0 # via twine
requests-toolbelt==0.9.1 # via twine
Expand All @@ -57,7 +57,7 @@ toml==0.10.0 # via tox
tox==3.7.0
tqdm==4.31.1 # via twine
twine==1.13.0
urllib3==1.24.1 # via requests
virtualenv==16.4.3 # via tox
urllib3==1.24.3 # via requests
virtualenv==16.5.0 # via tox
wcwidth==0.1.7 # via cmd2
webencodings==0.5.1 # via bleach
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --upgrade --output-file requirements.txt requirements.in
# pip-compile --output-file requirements.txt requirements.in
#
attrs==19.1.0 # via cmd2
certifi==2019.3.9 # via requests
chardet==3.0.4 # via requests
cliff==2.14.1
cmd2==0.9.11 # via cliff
cmd2==0.9.12 # via cliff
colorama==0.4.1 # via cmd2
hvac==0.7.2
idna==2.8 # via requests
packaging==19.0
pbr==5.1.1
prettytable==0.7.2 # via cliff
pyparsing==2.3.1 # via cliff, packaging
pyparsing==2.4.0 # via cliff, packaging
pyperclip==1.7.0 # via cmd2
pyyaml==5.1 # via cliff
requests==2.21.0 # via hvac
six==1.12.0 # via cliff, packaging, stevedore
stevedore==1.30.1 # via cliff
urllib3==1.24.1 # via requests
urllib3==1.24.3 # via requests
wcwidth==0.1.7 # via cmd2

0 comments on commit 6975430

Please sign in to comment.