Skip to content

Commit 301f35b

Browse files
committed
Bump boto3 version to 1.10.32
1 parent 656bf35 commit 301f35b

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ def read_version():
2929

3030
# Declare minimal set for installation
3131
required_packages = [
32-
"boto3>=1.10",
33-
"python-dateutil>=2.1"
32+
"boto3>=1.10.32"
3433
]
3534

3635
setup(

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ def docker_image(boto_model_file):
296296
[sdist_path] = glob.glob('dist/smexperiments*')
297297
shutil.copy(sdist_path, 'tests/integ-jobs/docker/smexperiments-0.1.0.tar.gz')
298298

299-
os.makedirs('tests/integ-jobs/boto', exist_ok=True)
300-
shutil.copy(boto_model_file, 'tests/integ-jobs/boto/sagemaker-experiments-2017-07-24.normal.json')
299+
os.makedirs('tests/integ-jobs/docker/boto', exist_ok=True)
300+
shutil.copy(boto_model_file, 'tests/integ-jobs/docker/boto/sagemaker-experiments-2017-07-24.normal.json')
301301

302302
repository_name = "smexperiments-test"
303303
try:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ commands =
5757
{env:IGNORE_COVERAGE:} coverage report --fail-under=80
5858
extras = test
5959
deps =
60-
boto3
60+
boto3 >= 1.10.32
6161
python-dateutil
6262
pytest
6363
pytest-cov

0 commit comments

Comments
 (0)