Skip to content

Commit ac3b028

Browse files
feat: Update dependency on boto3 (#317)
1 parent 5075cb4 commit ac3b028

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Required Prerequisites
3434

3535
* Python 2.7+ or 3.4+
3636
* cryptography >= 2.5.0
37-
* boto3
37+
* boto3 >= 1.10.0
3838
* attrs
3939

4040
Installation

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
boto3>=1.4.4
1+
boto3>=1.10.0
22
cryptography>=2.5.0
33
attrs>=17.4.0
44
wrapt>=1.10.11

0 commit comments

Comments
 (0)