requirements: Upgrade httplib2 to 0.11.3.

This commit is contained in:
Vishnu Ks 2018-04-01 13:08:04 +00:00 committed by Tim Abbott
parent 47afc015b3
commit c046451fbc
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ google-api-python-client==1.6.6
# Needed for the email mirror
html2text==2018.1.9
httplib2==0.10.3
httplib2==0.11.3
-e git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
# Needed for inlining the CSS in emails

View File

@ -66,7 +66,7 @@ google-api-python-client==1.6.6
h2==2.6.2 # via hyper
hpack==3.0.0 # via h2
html2text==2018.1.9
httplib2==0.10.3
httplib2==0.11.3
hyper==0.7.0 # via apns2
hyperframe==3.2.0 # via h2, hyper
hyperlink==17.3.1 # via twisted

View File

@ -48,7 +48,7 @@ google-api-python-client==1.6.6
h2==2.6.2 # via hyper
hpack==3.0.0 # via h2
html2text==2018.1.9
httplib2==0.10.3
httplib2==0.11.3
hyper==0.7.0 # via apns2
hyperframe==3.2.0 # via h2, hyper
idna==2.6 # via cryptography, requests