Skip to content

Commit 95b8ea3

Browse files
author
Horacio Fernandez
authored
Merge pull request #105 from rackerlabs/bump_boto3
Bumped Boto3 version to latest
2 parents bc2f28c + 1d58b00 commit 95b8ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3==1.3.0
1+
boto3==1.4.0
22
virtualenv

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import setup, find_packages
66

77
INSTALL_REQUIRES = [
8-
'boto3==1.3.0',
8+
'boto3==1.4.0',
99
'virtualenv',
1010
]
1111

0 commit comments

Comments
 (0)