summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2021-09-02 13:52:44 +0800
committerBin Yang <bin.yang@windriver.com>2021-09-02 13:52:44 +0800
commit1ac8bf2f6ee9b7246d575fd3ad90099b495a949f (patch)
treea4ff488c1559eedd36d1b9e045afbf1b664da9bc
parent90cd34ac06fbb6a784fd129a31b55117cbadaa9b (diff)
Upgrade depencency
Issue-ID: MULTICLOUD-1344 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: Iaf2df462b5cf3096a5b32bf33557898a37da807d
-rw-r--r--multivimbroker/requirements.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/multivimbroker/requirements.txt b/multivimbroker/requirements.txt
index e792b78..cadc98f 100644
--- a/multivimbroker/requirements.txt
+++ b/multivimbroker/requirements.txt
@@ -1,6 +1,6 @@
# rest framework
-Django==2.2.3
-djangorestframework==3.9.3
+Django==3.2.7
+djangorestframework==3.12.4
# multipart support
# poster==0.8.1
@@ -13,7 +13,7 @@ djangorestframework==3.9.3
# django-redis-cache==0.13.1
# for call rest api
-httplib2==0.13.0
+httplib2==0.19.1
# for call openstack api
# python-keystoneclient==3.6.0
@@ -26,7 +26,7 @@ httplib2==0.13.0
# mock==2.0.0
# unittest_xml_reporting==1.12.0
-PyYAML==5.3.1
+PyYAML==5.4.1
# for pecan framework
# pecan>=1.2.1