Skip to content

Commit a86a81b

Browse files
authored
Update boto3 and botocore to Latest Versions
Update to the latest supported versions of Boto 3 (1.4.1) and Botocore (1.4.61). Ref: http://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html
1 parent 391290d commit a86a81b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
boto3==1.3.1
2-
botocore==1.4.32
1+
boto3==1.4.1
2+
botocore==1.4.61
33
click==6.6
44
docutils==0.12
55
futures==3.0.5
66
jmespath==0.9.0
77
pyaml==15.8.2
88
python-dateutil==2.5.3
99
PyYAML==3.11
10-
six==1.10.0
10+
six==1.10.0

0 commit comments

Comments
 (0)