From abd91f0f05cc5dc9a687c10d000edb757a89e6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 15:35:39 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.7 to 3.9.1 in /backend/Yiqi/Yiqi Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.7 to 3.9.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.7...3.9.1) Signed-off-by: dependabot[bot] --- backend/Yiqi/Yiqi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Yiqi/Yiqi/requirements.txt b/backend/Yiqi/Yiqi/requirements.txt index 2971ec8..8abdf71 100644 --- a/backend/Yiqi/Yiqi/requirements.txt +++ b/backend/Yiqi/Yiqi/requirements.txt @@ -44,7 +44,7 @@ django-redis==4.9.0 django-reversion==2.0.12 django-simple-captcha==0.5.6 django-taggit==0.22.2 -djangorestframework==3.7.7 +djangorestframework==3.9.1 djangorestframework-jwt==1.11.0 docopt==0.6.2 docutils==0.14