From dd1359969bc119e393e233f30fbb1b2c06ab3162 Mon Sep 17 00:00:00 2001 From: dyh Date: Fri, 11 Jun 2021 16:58:52 +0800 Subject: [PATCH] Update httplib2 version to 0.19.1 Change-Id: I5dc61bb10aa29b74138631d7829fc3f9029831aa Issue-ID: VFC-1862 Signed-off-by: dyh --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96cc840b..c97cef77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ redis==2.10.5 django-redis-cache==0.13.1 # for call rest api -httplib2==0.12.3 +httplib2==0.19.1 # for unit test coverage==4.2 -- 2.16.6