From 13d5195e7d5a42253154be7af704d6da8afc45ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 20:56:05 +0000 Subject: [PATCH] Bump httplib2 from 0.18.1 to 0.19.0 in /myblog Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.18.1 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.1...v0.19.0) Signed-off-by: dependabot[bot] --- myblog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myblog/requirements.txt b/myblog/requirements.txt index 1a66685..3cc3860 100644 --- a/myblog/requirements.txt +++ b/myblog/requirements.txt @@ -5,7 +5,7 @@ django-import-export==2.3.0 django-reversion==3.0.7 django-formtools==2.2 future==0.18.2 -httplib2==0.18.1 +httplib2==0.19.0 six==1.15.0 django-autocomplete-light==3.5.1 requests==2.24.0