From 15603e3774c7eba9c310300b4cfe800aa61b5338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:02:50 +0000 Subject: [PATCH] Bump djangorestframework from 3.10.3 to 3.11.2 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] --- requirements_base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_base.txt b/requirements_base.txt index 2d4dee1..8af9ad9 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -6,4 +6,4 @@ django-notifications-hq==1.5.0 bleach==3.0.2 sorl-thumbnail==12.5.0 django-allauth==0.39.1 -djangorestframework==3.10.3 \ No newline at end of file +djangorestframework==3.11.2 \ No newline at end of file