From 933560d08236ff24bd3ef17f236e2dd5e48c8cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:21:11 +0000 Subject: [PATCH] Bump httplib2 from 0.18.0 to 0.19.0 Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.18.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.18.0...v0.19.0) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 53d92ae..1481d21 100644 --- a/Pipfile +++ b/Pipfile @@ -18,7 +18,7 @@ cssselect2 = "==0.3.0" decorator = "==4.4.2" defusedxml = "==0.6.0" future = "==0.18.2" -httplib2 = "==0.18.0" +httplib2 = "==0.19.0" idna = "==2.9" instagram = {git = "https://github.com/foozmeat/python-instagram.git"} itsdangerous = "==1.1.0"