Skip to content

Commit

Permalink
Merge pull request #26 from jamescooke/bump-reqs
Browse files Browse the repository at this point in the history
Bump dev requirements
  • Loading branch information
jamescooke committed Jun 22, 2018
2 parents ed72757 + b40b614 commit e7b7173
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file dev.txt dev.in
#
alabaster==0.7.10
alabaster==0.7.11
asttokens==1.1.10
atomicwrites==1.1.5
attrs==18.1.0
Expand All @@ -17,7 +17,7 @@ decorator==4.3.0 # via ipython, traitlets
docutils==0.14
first==2.0.1 # via pip-tools
flake8==3.5.0
idna==2.6
idna==2.7
imagesize==1.0.0
ipdb==0.11
ipython-genutils==0.2.0 # via traitlets
Expand All @@ -43,22 +43,22 @@ pyflakes==1.6.0
pygments==2.2.0
pyparsing==2.2.0
pytest-flake8dir==1.2.0
pytest==3.6.0
pytest==3.6.2
pytz==2018.4
requests-toolbelt==0.8.0 # via twine
requests==2.18.4
requests==2.19.1
restructuredtext-lint==1.1.3
simplegeneric==0.8.1 # via ipython
six==1.11.0
snowballstemmer==1.2.1
sphinx-rtd-theme==0.3.1
sphinx-rtd-theme==0.4.0
sphinx==1.7.5
sphinxcontrib-websupport==1.0.1
sphinxcontrib-websupport==1.1.0
tox==3.0.0
tqdm==4.23.4 # via twine
traitlets==4.3.2 # via ipython
twine==1.11.0
urllib3==1.22
urllib3==1.23
virtualenv==16.0.0
wcwidth==0.1.7 # via prompt-toolkit
yapf==0.22.0
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file test.txt test.in
#
alabaster==0.7.10 # via sphinx
alabaster==0.7.11 # via sphinx
asttokens==1.1.10
atomicwrites==1.1.5 # via pytest
attrs==18.1.0 # via pytest
Expand All @@ -13,7 +13,7 @@ certifi==2018.4.16 # via requests
chardet==3.0.4 # via requests
docutils==0.14 # via restructuredtext-lint, sphinx
flake8==3.5.0
idna==2.6 # via requests
idna==2.7 # via requests
imagesize==1.0.0 # via sphinx
isort==4.3.4
jinja2==2.10 # via sphinx
Expand All @@ -28,16 +28,16 @@ pyflakes==1.6.0
pygments==2.2.0
pyparsing==2.2.0 # via packaging
pytest-flake8dir==1.2.0
pytest==3.6.0
pytest==3.6.2
pytz==2018.4 # via babel
requests==2.18.4 # via sphinx
requests==2.19.1 # via sphinx
restructuredtext-lint==1.1.3
six==1.11.0
snowballstemmer==1.2.1 # via sphinx
sphinx-rtd-theme==0.3.1
sphinx-rtd-theme==0.4.0
sphinx==1.7.5
sphinxcontrib-websupport==1.0.1 # via sphinx
sphinxcontrib-websupport==1.1.0 # via sphinx
tox==3.0.0
urllib3==1.22 # via requests
urllib3==1.23 # via requests
virtualenv==16.0.0 # via tox
yapf==0.22.0

0 comments on commit e7b7173

Please sign in to comment.