From 343156ce23d2eeed82296635b8e9da5f1a685853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:32:12 +0000 Subject: [PATCH] Bump djangorestframework from 3.11.0 to 3.11.2 in /toDoList Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.0 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.11.0...3.11.2) Signed-off-by: dependabot[bot] --- toDoList/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toDoList/requirements.txt b/toDoList/requirements.txt index 3b56ebe..1f9a2ae 100644 --- a/toDoList/requirements.txt +++ b/toDoList/requirements.txt @@ -1,5 +1,5 @@ django==3.0.6 -djangorestframework==3.11.0 +djangorestframework==3.11.2 gunicorn==20.0.4 requests==2.23.0 mysqlclient==1.4.6