From beeaec13200eed6fe9927fa86eb0fdaf4d83ea48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:24:06 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.1 to 3.11.2 in /src Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.1 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.9.1...3.11.2) Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 13738bc..d402f23 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -8,7 +8,7 @@ django-filter==2.1.0 django-minio-storage==0.3.7 django-model-utils==3.1.2 django-oauth-toolkit==1.3.2 -djangorestframework==3.9.1 +djangorestframework==3.11.2 djangorestframework-camel-case==1.0.3 djangorestframework-simplejwt==3.3 drf-nested-routers==0.91