diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2022-03-14 10:43:47 +0800 |
---|---|---|
committer | dengyh <dengyuanhong@chinamobile.com> | 2022-03-14 10:44:10 +0800 |
commit | f1147f120092bd997a75d63771a93c6abcbe5812 (patch) | |
tree | f9bc1b02ee78788b12e47f7c857592d738a0cec6 | |
parent | 9491eafbd260504a92125be3472ad0c327873dd6 (diff) |
Update the Django version to 2.2.27
Change-Id: I9ed9caddf1cf0385ffcd3373bf87b4965663271a
Issue-ID: VFC-1938
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | gvnfmadapter/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/requirements.txt b/gvnfmadapter/requirements.txt index 5cfd56f..4844e53 100644 --- a/gvnfmadapter/requirements.txt +++ b/gvnfmadapter/requirements.txt @@ -1,7 +1,7 @@ jsonschema==3.2.0 # rest framework -Django==2.1.10 +Django==2.2.27 djangorestframework==3.10.0 # for call rest api |