Skip to content

Commit 5cdfa20

Browse files
committed
Bumping Botocore version
1 parent ea4db34 commit 5cdfa20

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
setuptools>=3.3
22
cryptography>=1.9
3-
botocore>=1.12.178
3+
botocore>=1.12.179
44
pytest>=3.2.3
55
pytest-cov>=2.5.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ universal=1
55
[metadata]
66
requires-dist=
77
cryptography>=1.9
8-
botocore>=1.8.0
8+
botocore>=1.12.179
99

1010
[tool:pytest]
1111
# Test args for pytest; enable coverage for ec2instanceconnectcli, emit XML, HTML, and terminal reports.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def find_version(*file_paths):
2222

2323

2424
requires = ['cryptography>=1.9',
25-
'botocore>=1.8.0'
25+
'botocore>=1.12.179'
2626
]
2727

2828
setup_options = dict(

0 commit comments

Comments
 (0)