mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Use a newer version of botocore that doesn't vendor requests, which we need because newer versions of requests don't have the DeprecationWarning
This commit is contained in:
parent
1b595f26d8
commit
64a61fa6d4
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ astroid==1.3.5
|
|||
attrs==17.3.0
|
||||
Babel==2.5.1
|
||||
backports.shutil-get-terminal-size==1.0.0
|
||||
boto3==1.4.7
|
||||
botocore==1.7.41
|
||||
boto3==1.9.36
|
||||
botocore==1.12.36
|
||||
cloudflare==1.5.1
|
||||
coverage==4.4.2
|
||||
decorator==4.1.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue