From ca228b688d758ebd0662cf9f8683c4886ff7789a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 13:03:34 +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.0.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.5...3.0.12) 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..f056508 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.0.12 djangorestframework==3.11.0 djangorestframework-jwt==1.11.0 djangorestframework-simplejwt==4.4.0