Update the Django version to 3.1.14 43/127843/1
authordengyh <dengyuanhong@chinamobile.com>
Wed, 16 Mar 2022 08:05:39 +0000 (16:05 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Wed, 16 Mar 2022 08:05:55 +0000 (16:05 +0800)
Change-Id: I28813b70306ab043fbe73ff7074050d85a58d2b3
Issue-ID: VFC-1938
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
lcm/requirements.txt

index d880c03..d28997c 100644 (file)
@@ -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
@@ -23,7 +23,7 @@ unittest_xml_reporting==1.12.0
 
 # for auto-swagger
 ruamel.yaml==0.17.1
-drf-yasg==1.17.0
+drf-yasg==1.20.0
 flex>=6.11.1
 swagger-spec-validator>=2.1.0