From 8a9fe9cc4374c2a1da4b9dc127d9e5e49b242514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:22:24 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.7 to 3.11.2 in /backend/Yiqi/Yiqi Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.7 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.7...3.11.2) 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..c8de96b 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.11.2 djangorestframework-jwt==1.11.0 docopt==0.6.2 docutils==0.14