Skip to content

Commit

Permalink
#72: Pinning new versions for dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
MotaDan committed Apr 22, 2017
1 parent 8551ae3 commit 6594584
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file dev-requirements.txt dev-requirements.in
#
click==6.6 # via pip-tools
click==6.7 # via pip-tools
first==2.0.1 # via pip-tools
pip-tools==1.8.0
pip-tools==1.9.0
six==1.10.0 # via pip-tools
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# pip-compile --output-file requirements.txt requirements.in
#
olefile==0.44 # via pillow
pillow==4.0.0
Pillow==4.1.0
10 changes: 5 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
# pip-compile --output-file test-requirements.txt test-requirements.in
#
apipkg==1.4 # via execnet
appdirs==1.4.2 # via setuptools
appdirs==1.4.3 # via setuptools
colorama==0.3.7 # via pytest
coverage==4.3.4 # via coveralls, pytest-cov
coveralls==1.1
docopt==0.6.2 # via coveralls
execnet==1.4.1 # via pytest-xdist
hypothesis==3.6.1
hypothesis==3.7.3
packaging==16.8 # via setuptools
py==1.4.32 # via pytest, pytest-xdist
pyparsing==2.1.10 # via packaging
py==1.4.33 # via pytest, pytest-xdist
pyparsing==2.2.0 # via packaging
pytest-cov==2.4.0
pytest-xdist==1.15.0
pytest==3.0.6
pytest==3.0.7
requests==2.13.0 # via coveralls
six==1.10.0 # via packaging, setuptools

Expand Down

0 comments on commit 6594584

Please sign in to comment.