diff options
author | dyh <dengyuanhong@chinamobile.com> | 2021-06-11 16:58:52 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2021-06-11 17:06:02 +0800 |
commit | dd1359969bc119e393e233f30fbb1b2c06ab3162 (patch) | |
tree | cb7440d7b99ab5f6202f133dd90c309d4966e9c5 | |
parent | 219675da1e47bc794e27a0c1b252f7405981be3a (diff) |
Update httplib2 version to 0.19.1
Change-Id: I5dc61bb10aa29b74138631d7829fc3f9029831aa
Issue-ID: VFC-1862
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 96cc840b..c97cef77 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,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 |