From d6b396f8d3c96e7e0a40494c558066bbbba2f982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 23:23:36 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.3 to 3.11.2 in /practice-app/backend Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.3 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.3...3.11.2) Signed-off-by: dependabot[bot] --- practice-app/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/practice-app/backend/requirements.txt b/practice-app/backend/requirements.txt index a46c485b..7897457a 100644 --- a/practice-app/backend/requirements.txt +++ b/practice-app/backend/requirements.txt @@ -2,7 +2,7 @@ Django==2.2.18 requests==2.21.0 django-cron==0.5.1 django-cors-headers==2.5.3 -djangorestframework==3.9.3 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 PyJWT==1.7.1 pytz==2019.1