Skip to content

Commit

Permalink
upgrade pytest, botocore, and setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Nov 14, 2016
1 parent 9157b25 commit be11af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/developer.pip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r user.pip
pycodestyle == 2.1.0
pytest >= 3.0.3
pytest >= 3.0.4
pytest-cov >= 2.4.0
# PyYAML # requirement already covered by setup.py
2 changes: 1 addition & 1 deletion requirements/user.pip
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: Run pip from Flintrock's root directory, not from the directory containing
# this file.

setuptools >= 28.7.1
setuptools >= 28.8.0

# NOTE: The `-e .` syntax lets us reuse the requirements already specified under
# `install_requires` in setup.py.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# For example: https://github.com/paramiko/paramiko/issues/615
install_requires=[
'boto3 == 1.4.1',
'botocore == 1.4.67',
'botocore == 1.4.71',
'click == 6.6',
'paramiko == 2.0.2',
'PyYAML == 3.12',
Expand Down

0 comments on commit be11af0

Please sign in to comment.