From 9f9a11c238fc24b794bc596ace758c43ce2ee772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 15:50:45 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.1 to 3.11.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7a826c8..8a0c4ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==2.2.20 django-cors-headers==3.3.0 -djangorestframework==3.9.1 +djangorestframework==3.11.2 gunicorn==19.8.1 pytz==2018.4 whitenoise==3.3.1