From 5ac16b3e2d7e2401ef191c32158a5352598a68a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 23:29:48 +0000 Subject: [PATCH] chore(deps): bump django from 2.2.6 to 2.2.13 in /doon Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.13) 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..db1d18e 100644 --- a/doon/requirements.txt +++ b/doon/requirements.txt @@ -6,7 +6,7 @@ backcall==0.1.0 black==19.3b0 Click==7.0 decorator==4.4.0 -Django==2.2.6 +Django==2.2.13 django-extensions==2.2.3 djangorestframework==3.10.3 ipython==7.8.0