From d8b1a80c6b9f89d637df257d6347ca2a04426a14 Mon Sep 17 00:00:00 2001 From: yangyan Date: Wed, 29 May 2019 10:46:21 +0800 Subject: [PATCH] update httplib2 version Change-Id: I6a5924bca21dd7c056dbc0bff247b1ed332bb7ed Issue-ID: VFC-1404 Signed-off-by: yangyan --- lcm/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcm/requirements.txt b/lcm/requirements.txt index 26748fb9..c75aabd6 100644 --- a/lcm/requirements.txt +++ b/lcm/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 @@ -29,4 +29,4 @@ swagger-spec-validator>=2.1.0 onappylog>=1.0.6 # uwsgi for parallel processing -uwsgi \ No newline at end of file +uwsgi -- 2.16.6