From 44d5d1b444ac6a72a1271dc293b5d8118d1d5c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 21:55:43 +0000 Subject: [PATCH] Bump djangorestframework from 2.3.7 to 3.11.2 Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 2.3.7 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/2.3.7...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 0a9a410..3892088 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ certifi==2017.7.27.1 chardet==3.0.4 Django==1.7.11 django-silk==1.0.0 -djangorestframework==2.3.7 +djangorestframework==3.11.2 factory-boy==2.9.2 Faker==0.7.18 gprof2dot==2016.10.13