summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-06-15 10:38:51 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-06-15 10:39:03 +0800
commit47d832d3f70c2cbe62adad1d28bb456a193d25e5 (patch)
treee073e69c744f01c1223511af4006e4879e4cdc01
parent9beed6118142d259efbbbd0e963abd9e0715a8e9 (diff)
Update httplib2 version to 0.19.1
Change-Id: Ief703a55a4899c9436a2fbae6e42f5e1fe85fe79 Issue-ID: VFC-1862 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r--lcm/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/requirements.txt b/lcm/requirements.txt
index 83dde2e9..becca468 100644
--- a/lcm/requirements.txt
+++ b/lcm/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