Skip to content

Commit

Permalink
Merge pull request #52 from jamescooke/bump-reqs
Browse files Browse the repository at this point in the history
Bump dev and test requirements
  • Loading branch information
jamescooke committed Oct 30, 2018
2 parents d96aa28 + bf3eac3 commit d4ca01e
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 46 deletions.
59 changes: 31 additions & 28 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,69 +4,72 @@
#
# pip-compile --output-file dev.txt dev.in
#
alabaster==0.7.11
alabaster==0.7.12
astroid==2.0.4
asttokens==1.1.11
atomicwrites==1.1.5
attrs==18.1.0
atomicwrites==1.2.1
attrs==18.2.0
babel==2.6.0
backcall==0.1.0 # via ipython
certifi==2018.8.13
bleach==3.0.2 # via readme-renderer
certifi==2018.10.15
chardet==3.0.4
click==6.7 # via pip-tools
click==7.0 # via pip-tools
decorator==4.3.0 # via ipython, traitlets
docutils==0.14
first==2.0.1 # via pip-tools
filelock==3.0.9
flake8==3.5.0
idna==2.7
imagesize==1.0.0
imagesize==1.1.0
ipdb==0.11
ipython-genutils==0.2.0 # via traitlets
ipython==6.5.0
ipython==7.1.1
isort==4.3.4
jedi==0.12.1 # via ipython
jedi==0.13.1 # via ipython
jinja2==2.10
lazy-object-proxy==1.3.1
markupsafe==1.0
mccabe==0.6.1
more-itertools==4.3.0
mypy-extensions==0.4.1
mypy==0.641
packaging==17.1
packaging==18.0
parso==0.3.1 # via jedi
pathlib2==2.3.2
pexpect==4.6.0 # via ipython
pickleshare==0.7.4 # via ipython
pip-tools==2.0.2
pickleshare==0.7.5 # via ipython
pip-tools==3.1.0
pkginfo==1.4.2 # via twine
pluggy==0.7.1
prompt-toolkit==1.0.15 # via ipython
pluggy==0.8.0
prompt-toolkit==2.0.6 # via ipython
ptyprocess==0.6.0 # via pexpect
py==1.5.4
py==1.7.0
pycodestyle==2.3.1
pyflakes==1.6.0
pygments==2.2.0
pylint==2.1.1
pyparsing==2.2.0
pytest-flake8dir==1.2.0
pytest==3.7.2
pytz==2018.5
pyparsing==2.2.2
pytest-flake8dir==1.3.0
pytest==3.9.3
pytz==2018.7
readme-renderer==24.0 # via twine
requests-toolbelt==0.8.0 # via twine
requests==2.19.1
requests==2.20.0
restructuredtext-lint==1.1.3
simplegeneric==0.8.1 # via ipython
six==1.11.0
snowballstemmer==1.2.1
sphinx-rtd-theme==0.4.1
sphinx==1.7.7
sphinx-rtd-theme==0.4.2
sphinx==1.8.1
sphinxcontrib-websupport==1.1.0
tox==3.2.1
tqdm==4.24.0 # via twine
toml==0.10.0
tox==3.5.3
tqdm==4.28.1 # via twine
traitlets==4.3.2 # via ipython
twine==1.11.0
twine==1.12.1
typed-ast==1.1.0
urllib3==1.23
urllib3==1.24
virtualenv==16.0.0
wcwidth==0.1.7 # via prompt-toolkit
webencodings==0.5.1 # via bleach
wrapt==1.10.11
yapf==0.22.0
yapf==0.24.0
38 changes: 20 additions & 18 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@
#
# pip-compile --output-file test.txt test.in
#
alabaster==0.7.11 # via sphinx
alabaster==0.7.12 # via sphinx
astroid==2.0.4 # via pylint
asttokens==1.1.11
atomicwrites==1.1.5 # via pytest
attrs==18.1.0 # via pytest
atomicwrites==1.2.1 # via pytest
attrs==18.2.0 # via pytest
babel==2.6.0 # via sphinx
certifi==2018.8.13 # via requests
certifi==2018.10.15 # via requests
chardet==3.0.4 # via requests
docutils==0.14 # via restructuredtext-lint, sphinx
filelock==3.0.9 # via tox
flake8==3.5.0
idna==2.7 # via requests
imagesize==1.0.0 # via sphinx
imagesize==1.1.0 # via sphinx
isort==4.3.4
jinja2==2.10 # via sphinx
lazy-object-proxy==1.3.1 # via astroid
Expand All @@ -24,28 +25,29 @@ mccabe==0.6.1
more-itertools==4.3.0 # via pytest
mypy-extensions==0.4.1 # via mypy
mypy==0.641
packaging==17.1 # via sphinx
packaging==18.0 # via sphinx
pathlib2==2.3.2 # via pytest
pluggy==0.7.1 # via pytest, tox
py==1.5.4 # via pytest, tox
pluggy==0.8.0 # via pytest, tox
py==1.7.0 # via pytest, tox
pycodestyle==2.3.1
pyflakes==1.6.0
pygments==2.2.0
pylint==2.1.1
pyparsing==2.2.0 # via packaging
pytest-flake8dir==1.2.0
pytest==3.7.2
pytz==2018.5 # via babel
requests==2.19.1 # via sphinx
pyparsing==2.2.2 # via packaging
pytest-flake8dir==1.3.0
pytest==3.9.3
pytz==2018.7 # via babel
requests==2.20.0 # via sphinx
restructuredtext-lint==1.1.3
six==1.11.0
snowballstemmer==1.2.1 # via sphinx
sphinx-rtd-theme==0.4.1
sphinx==1.7.7
sphinx-rtd-theme==0.4.2
sphinx==1.8.1
sphinxcontrib-websupport==1.1.0 # via sphinx
tox==3.2.1
toml==0.10.0 # via tox
tox==3.5.3
typed-ast==1.1.0 # via astroid, mypy
urllib3==1.23 # via requests
urllib3==1.24 # via requests
virtualenv==16.0.0 # via tox
wrapt==1.10.11 # via astroid
yapf==0.22.0
yapf==0.24.0

0 comments on commit d4ca01e

Please sign in to comment.