From ea47bdc0b495c16121ef32fe203fc79353c2beff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 20:32:47 +0000 Subject: [PATCH] Bump httplib2 from 0.10.3 to 0.19.0 Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.10.3 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.10.3...v0.19.0) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 2e9a920..1d85028 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ certifi = "==2017.11.5" chardet = "==3.0.4" facebook-wda = "==0.2.2.dev1" google-api-python-client = "==1.6.4" -"httplib2" = "==0.10.3" +"httplib2" = "==0.19.0" idna = "==2.6" "oauth2client" = "==4.1.2" "pyasn1" = "==0.4.2"