From 4c01570f46a04e3bf9f9ee72cb46b569f0a014f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:39:10 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.1 to 3.11.2 in /helloworld 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] --- helloworld/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld/requirements.txt b/helloworld/requirements.txt index e49d20d4..aa62cff2 100644 --- a/helloworld/requirements.txt +++ b/helloworld/requirements.txt @@ -2,7 +2,7 @@ coverage==4.5.4 Django==2.2.5 django-jenkins==0.110.0 django-truncate==0.1 -djangorestframework==3.9.1 +djangorestframework==3.11.2 pep8==1.7.1 Pillow==6.0.0 psycopg2==2.7.7