diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2022-03-16 15:39:02 +0800 |
---|---|---|
committer | dengyh <dengyuanhong@chinamobile.com> | 2022-03-16 16:28:39 +0800 |
commit | ddfe11565ae61e06ad9b20c5672e8d62e9f77c0f (patch) | |
tree | 8437bd5bab92537a6d617d66ad55308b3f8b8a8c | |
parent | 6e4c1d85dec8d157156bf40a286fafcbe9a6d564 (diff) |
Update Django version to 3.1.14
Change-Id: Ia8cf287acc192c9fbfa73be42a52c6ce871e1a13
Issue-ID: VFC-1938
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | res/requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/requirements.txt b/res/requirements.txt index a42d21b..8183412 100644 --- a/res/requirements.txt +++ b/res/requirements.txt @@ -1,11 +1,11 @@ jsonschema==3.2.0 # rest framework -Django==2.1.10 -djangorestframework==3.10.0 +Django==3.1.14 +djangorestframework==3.12.4 # for access MySQL -PyMySQL==0.9.3 +PyMySQL==1.0.2 # redis cache redis==2.10.5 @@ -22,8 +22,8 @@ mock==3.0.5 unittest_xml_reporting==1.12.0 # for auto-swagger -ruamel.yaml==0.17.1 -drf-yasg==1.17.0 +ruamel.yaml==0.17.21 +drf-yasg==1.20.0 flex>=6.11.1 swagger-spec-validator>=2.1.0 |