From 9688e53d20e4fb44c3fd70c57c3fa0c57f0d15d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:21:19 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.2 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.2 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.2...3.11.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 6bec52e..4c6300b --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Django==2.1.7 django-allauth==0.39.1 django-extensions==2.2.1 django-rest-knox==3.6.0 -djangorestframework==3.9.2 +djangorestframework==3.11.2 factory-boy==2.11.1 Pillow==5.4.1 pytz==2018.9