From 19cfb50f04dd86ef99399b5fc8eff6ef6b3758eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:53:10 +0000 Subject: [PATCH] Bump djangorestframework in /django-learn/django_vue/backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.0 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.11.0...3.11.2) Signed-off-by: dependabot[bot] --- django-learn/django_vue/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-learn/django_vue/backend/requirements.txt b/django-learn/django_vue/backend/requirements.txt index 67adf7a..8498859 100644 --- a/django-learn/django_vue/backend/requirements.txt +++ b/django-learn/django_vue/backend/requirements.txt @@ -2,7 +2,7 @@ django_filter==2.2.0 six==1.12.0 Django==2.2.10 django_filters==0.2.1 -djangorestframework==3.11.0 +djangorestframework==3.11.2 gunicorn==20.0.4 coreapi==2.3.3 django-cors-headers==3.3.0 \ No newline at end of file