From c52ffae5b166e88e7f3f63450bee4c8c89534253 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:58:27 +0000 Subject: [PATCH] Bump djangorestframework from 3.10.3 to 3.11.2 in /TodoAnything Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.10.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.10.3...3.11.2) Signed-off-by: dependabot[bot] --- TodoAnything/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TodoAnything/requirements.txt b/TodoAnything/requirements.txt index fc15c80..1eacbe7 100644 --- a/TodoAnything/requirements.txt +++ b/TodoAnything/requirements.txt @@ -11,7 +11,7 @@ django-filter==2.2.0 django-formtools==2.2 django-guardian==2.1.0 django-import-export==2.0 -djangorestframework==3.10.3 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 et-xmlfile==1.0.1 future==0.18.2