Skip to content

Commit

Permalink
feat: Update dependency on boto3 (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
farleyb-amazon committed Feb 2, 2021
1 parent 5075cb4 commit ac3b028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Required Prerequisites

* Python 2.7+ or 3.4+
* cryptography >= 2.5.0
* boto3
* boto3 >= 1.10.0
* attrs

Installation
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3>=1.4.4
boto3>=1.10.0
cryptography>=2.5.0
attrs>=17.4.0
wrapt>=1.10.11

0 comments on commit ac3b028

Please sign in to comment.