Skip to content

Commit e7b1ea1

Browse files
committed
update boto3 version
1 parent 8812907 commit e7b1ea1

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.2.2
1+
boto3==1.3.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
DEPENDENCIES = [
8-
'boto3==1.2.2',
8+
'boto3==1.3.0',
99
'virtualenv',
1010
]
1111

0 commit comments

Comments
 (0)