From ac0cf0ed23c6df4623b787340de0353952e38109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 20:36:05 +0000 Subject: [PATCH] Bump httplib2 from 0.13.0 to 0.19.0 Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.13.0 to 0.19.0. - [Release notes](https://github.com/httplib2/httplib2/releases) - [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG) - [Commits](https://github.com/httplib2/httplib2/compare/v0.13.0...v0.19.0) Signed-off-by: dependabot[bot] --- requirements.txt | 50 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 30560a5..d550322 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,21 +5,47 @@ # pip-compile requirements.in # argparse==1.4.0 -asn1crypto==0.24.0 # via cryptography + # via -r requirements.in +asn1crypto==0.24.0 + # via cryptography cachecontrol==0.12.5 -certifi==2019.6.16 # via requests -cffi==1.12.3 # via cryptography -chardet==3.0.4 # via requests -cryptography==2.7 # via pyopenssl + # via -r requirements.in +certifi==2019.6.16 + # via requests +cffi==1.12.3 + # via cryptography +chardet==3.0.4 + # via requests +cryptography==2.7 + # via pyopenssl feedparser==5.2.1 + # via -r requirements.in html5lib==1.0.1 -httplib2==0.13.0 -idna==2.8 # via requests + # via -r requirements.in +httplib2==0.19.0 + # via -r requirements.in +idna==2.8 + # via requests lockfile==0.12.2 -msgpack==0.6.1 # via cachecontrol -pycparser==2.19 # via cffi + # via -r requirements.in +msgpack==0.6.1 + # via cachecontrol +pycparser==2.19 + # via cffi pyopenssl==19.0.0 + # via -r requirements.in +pyparsing==2.4.7 + # via httplib2 requests==2.22.0 -six==1.12.0 # via cryptography, html5lib, pyopenssl -urllib3==1.25.3 # via requests -webencodings==0.5.1 # via html5lib + # via + # -r requirements.in + # cachecontrol +six==1.12.0 + # via + # cryptography + # html5lib + # pyopenssl +urllib3==1.25.3 + # via requests +webencodings==0.5.1 + # via html5lib