summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-06-15 10:42:11 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-06-15 10:42:21 +0800
commit7f822cfccbd150ccc2a6b768917974a55e28faa6 (patch)
tree098c4b9861c34a82f8f6ddb546f2955281ee36ea
parent8b1a79302c754d19f012e27bb9e93475659ffd3d (diff)
Update httplib2 version to 0.19.1
Change-Id: Ie01ab26d44fbe5eaf8e2452769028b1ce4488185 Issue-ID: VFC-1862 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r--mgr/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt
index 78380b6..0a5bc41 100644
--- a/mgr/requirements.txt
+++ b/mgr/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