From 6f67c65937340493d6238af0dfc2c44a2e6aaa5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:45:19 +0000 Subject: [PATCH] Bump djangorestframework from 3.7.7 to 3.11.2 in /backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.7.7 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.7.7...3.11.2) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index cacef69..fe82da1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ decorator==4.2.1 Django==2.0.2 django-cors-headers==2.2.0 django-haystack==2.7.0 -djangorestframework==3.7.7 +djangorestframework==3.11.2 hyperlink==17.3.1 idna==2.6 incremental==17.5.0