From 12590d685c686a0a2331d240048e16ce9a8b3494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 02:00:54 +0000 Subject: [PATCH] Bump django in /Project1_Simple_REST_API/RestDjango/django_restframework Bumps [django](https://github.com/django/django) from 3.0.5 to 3.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.5...3.1.6) Signed-off-by: dependabot[bot] --- .../RestDjango/django_restframework/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project1_Simple_REST_API/RestDjango/django_restframework/requirements.txt b/Project1_Simple_REST_API/RestDjango/django_restframework/requirements.txt index 823eece..77e3261 100644 --- a/Project1_Simple_REST_API/RestDjango/django_restframework/requirements.txt +++ b/Project1_Simple_REST_API/RestDjango/django_restframework/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.2.7 -Django==3.0.5 +Django==3.1.6 djangorestframework==3.11.0 djangorestframework-jwt==1.11.0 djangorestframework-simplejwt==4.4.0