diff options
author | Bin Yang <bin.yang@windriver.com> | 2021-09-02 14:04:16 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2021-09-10 18:04:19 +0800 |
commit | 206e6e65fc57ec71164ce8e49b84cb34ea29ef12 (patch) | |
tree | 8e2138edf148e916dc5cd593105c1a861ac6fe07 /starlingx/test-requirements.txt | |
parent | e22ad4eabc88aa9a25c89ee3351d23654a472819 (diff) |
Upgrade dependency1.5.6
Issue-ID: MULTICLOUD-1344
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I39cf2fedb651a3cfc3601c5ccb01a1b67f564655
Diffstat (limited to 'starlingx/test-requirements.txt')
-rw-r--r-- | starlingx/test-requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starlingx/test-requirements.txt b/starlingx/test-requirements.txt index d91d31db..a30dcff9 100644 --- a/starlingx/test-requirements.txt +++ b/starlingx/test-requirements.txt @@ -1,6 +1,6 @@ # for unit test -coverage==4.2 -mock==3.0.5 -unittest_xml_reporting==1.12.0 +coverage==5.5 +mock==4.0.3 +unittest_xml_reporting==3.0.4 pylint # GPLv2 |