Skip to content

Commit

Permalink
Adjust botocore dependency, so we don't need to update it as often (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift authored and arikfr committed Oct 6, 2019
1 parent 8ea285d commit 0a5dca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_all_ds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pymssql==2.1.3
dql==0.5.24
dynamo3==0.4.7
boto3==1.9.115
botocore==1.12.220
botocore>=1.12.239,<1.13.0
sasl>=0.1.3
thrift>=0.8.0
thrift_sasl>=0.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mock==2.0.0
# PyMongo and Athena dependencies are needed for some of the unit tests:
# (this is not perfect and we should resolve this in a different way)
pymongo[tls,srv]==3.6.1
botocore==1.12.220
botocore>=1.12.239,<1.13.0
PyAthena>=1.5.0
ptvsd==4.2.3
freezegun==0.3.11
Expand Down

0 comments on commit 0a5dca5

Please sign in to comment.