Skip to content

Commit

Permalink
pinned boto3/botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
carlvitzthum committed Jul 19, 2018
1 parent 12c860b commit fefea9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dcicutils/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version information."""

# The following line *must* be the last in the module, exactly as formatted:
__version__ = "0.3.5"
__version__ = "0.3.6"
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
boto3
boto3==1.7.42
botocore==1.10.42
elasticsearch>=5.3.0,<6.0.0
aws_requests_auth
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

requires = [
'pytest-runner',
'boto3',
'boto3==1.7.42',
'botocore==1.10.42',
'elasticsearch>=5.3.0,<6.0.0',
'aws_requests_auth'
]
Expand Down

0 comments on commit fefea9d

Please sign in to comment.