From 01be8f9e131d87464aed1699731e8e4e74a4b3c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:56:55 +0000 Subject: [PATCH] Bump djangorestframework from 3.10.3 to 3.11.2 in /back Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.3 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.10.3...3.11.2) Signed-off-by: dependabot[bot] --- back/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/requirements.txt b/back/requirements.txt index 5537010..37ba58b 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -19,7 +19,7 @@ django-mysql==3.2.0 django-rest-framework==0.1.0 django-templated-mail==1.1.1 django-unixtimestampfield==0.3.9 -djangorestframework==3.10.3 +djangorestframework==3.11.2 djangorestframework-camel-case==1.1.2 djoser==2.0.3 docopt==0.6.2