From 49a9c0383d60d291301bbba459b3dc83a47d6ee4 Mon Sep 17 00:00:00 2001 From: yangyan Date: Wed, 29 May 2019 10:44:45 +0800 Subject: update httplib2 version Change-Id: I73b1824042254bd138d5b0d390263cfb6f71d557 Issue-ID: VFC-1404 Signed-off-by: yangyan --- mgr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mgr/requirements.txt b/mgr/requirements.txt index a1e38dc..c0e521d 100644 --- a/mgr/requirements.txt +++ b/mgr/requirements.txt @@ -13,7 +13,7 @@ redisco==0.1.4 django-redis-cache==0.13.1 # for call rest api -httplib2==0.9.2 +httplib2==0.12.3 # for unit test coverage==4.2 -- cgit 1.2.3-korg