diff options
author | dyh <dengyuanhong@chinamobile.com> | 2021-06-15 10:47:35 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2021-06-15 10:47:46 +0800 |
commit | 8cb88d8300ddbf9cb0e989c11258cf8c71be6a19 (patch) | |
tree | 870f77ddb93577de9f7ab90a48d659780ba55fca | |
parent | 3b4af00b0f1738850d31a9b89dc63d66d69aa49a (diff) |
Update httplib2 version to 0.19.1
Change-Id: I6c576e4a9112553a411e501f2c1b57fc27986cd8
Issue-ID: VFC-1862
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | res/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |