From 8cb88d8300ddbf9cb0e989c11258cf8c71be6a19 Mon Sep 17 00:00:00 2001 From: dyh Date: Tue, 15 Jun 2021 10:47:35 +0800 Subject: [PATCH] Update httplib2 version to 0.19.1 Change-Id: I6c576e4a9112553a411e501f2c1b57fc27986cd8 Issue-ID: VFC-1862 Signed-off-by: dyh --- res/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/requirements.txt b/res/requirements.txt index 46c4baf..b7f47a8 100644 --- a/res/requirements.txt +++ b/res/requirements.txt @@ -12,7 +12,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