From 7788238746416900c82c76bd851c78466f4f1f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 20:18:14 +0000 Subject: [PATCH] Bump httplib2 from 0.8 to 0.19.0 in /coinbase_oauth2 Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.8 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/commits/v0.19.0) Signed-off-by: dependabot[bot] --- coinbase_oauth2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coinbase_oauth2/requirements.txt b/coinbase_oauth2/requirements.txt index 9f2d9a9..a0530e7 100644 --- a/coinbase_oauth2/requirements.txt +++ b/coinbase_oauth2/requirements.txt @@ -2,7 +2,7 @@ Flask==0.9 Jinja2==2.6 Pygments==1.6 Werkzeug==0.8.3 -httplib2==0.8 +httplib2==0.19.0 oauth2client==1.1 requests==2.20.0 wsgiref==0.1.2