requirements: Upgrade twilio to 6.14.0.

This commit is contained in:
Vishnu Ks 2018-05-24 16:18:04 +00:00 committed by Tim Abbott
parent 1d1b6b29fc
commit e35cbb55c9
3 changed files with 3 additions and 3 deletions

View File

@ -183,7 +183,7 @@ lxml==4.2.1
# Needed for 2-factor authentication # Needed for 2-factor authentication
django-two-factor-auth==1.7.0 django-two-factor-auth==1.7.0
twilio==6.13.0 twilio==6.14.0
# Needed for processing payments (in zilencer) # Needed for processing payments (in zilencer)
stripe==1.80.0 stripe==1.80.0

View File

@ -167,7 +167,7 @@ tblib==1.3.2
tornado==4.5.3 tornado==4.5.3
traitlets==4.3.2 # via ipython traitlets==4.3.2 # via ipython
transifex-client==0.12.5 transifex-client==0.12.5
twilio==6.13.0 twilio==6.14.0
twisted==18.4.0 twisted==18.4.0
typed-ast==1.1.0 typed-ast==1.1.0
typing==3.6.4 typing==3.6.4

View File

@ -114,7 +114,7 @@ statsd==3.2.1 # via django-statsd-mozilla
stripe==1.80.0 stripe==1.80.0
tornado==4.5.3 tornado==4.5.3
traitlets==4.3.2 # via ipython traitlets==4.3.2 # via ipython
twilio==6.13.0 twilio==6.14.0
typing==3.6.4 typing==3.6.4
uritemplate==3.0.0 uritemplate==3.0.0
urllib3==1.22 # via requests urllib3==1.22 # via requests