Add TagSpecification support to ec2:CreateImage (#3604)

* Bump `botocore` to minimum version that supports TagSpecifications for this action.
* Add test coverage.

Closes #3602
This commit is contained in:
Brian Pandola 2021-01-23 04:57:34 -08:00 committed by GitHub
commit cb03223c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 82 additions and 3 deletions

View file

@ -9,7 +9,7 @@ flask
flask-cors
boto>=2.45.0
boto3>=1.4.4
botocore>=1.18.17
botocore>=1.19.30
six>=1.9
prompt-toolkit==2.0.10 # 3.x is not available with python2
click==6.7