Skip to content

Commit 1d58b00

Browse files
committed
Bumped Boto3 version to latest
1 parent bc2f28c commit 1d58b00

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)