From 218e5294869271ca4667bc21c5c333744147726b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:44:36 +0000 Subject: [PATCH] chore(deps): bump djangorestframework from 3.10.3 to 3.11.2 in /doon 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] --- doon/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doon/requirements.txt b/doon/requirements.txt index 83cb617..60b7db5 100644 --- a/doon/requirements.txt +++ b/doon/requirements.txt @@ -8,7 +8,7 @@ Click==7.0 decorator==4.4.0 Django==2.2.6 django-extensions==2.2.3 -djangorestframework==3.10.3 +djangorestframework==3.11.2 ipython==7.8.0 ipython-genutils==0.2.0 isort==4.3.21