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 /pike/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 'pike/requirements.txt')
-rw-r--r-- | pike/requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pike/requirements.txt b/pike/requirements.txt index 850a52e6..594b581d 100644 --- a/pike/requirements.txt +++ b/pike/requirements.txt @@ -13,11 +13,11 @@ # limitations under the License. # rest framework -Django==2.2.3 -djangorestframework==3.9.4 +Django==3.2.7 +djangorestframework==3.12.4 # for call rest api -httplib2==0.13.0 +httplib2==0.19.1 # for call openstack auth and transport api keystoneauth1==2.18.0 @@ -25,7 +25,7 @@ keystoneauth1==2.18.0 # python-memcached python-memcached -ruamel.yaml==0.16.10 +ruamel.yaml==0.17.1 # uwsgi for parallel processing # uwsgi @@ -35,6 +35,6 @@ ruamel.yaml==0.16.10 # mock==2.0.0 # unittest_xml_reporting==1.12.0 -PyYAML==5.3.1 +PyYAML==5.4.1 onaphpadriver>=1.0 |