From 3661852bfc377e45d7203cd528a3d039fc0083a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:15:54 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.4 to 3.11.2 in /server Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.4 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.4...3.11.2) Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 29b780f..7977256 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -12,7 +12,7 @@ django-crontab==0.7.1 django-imagekit==4.0.2 django-rest-auth==0.9.5 django-sass-processor==0.7.3 -djangorestframework==3.9.4 +djangorestframework==3.11.2 djangorestframework-camel-case==1.1.2 Faker==1.0.4 gunicorn==19.9.0