From 31eb85063799b4231fc981034f163f2b0b0027c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 02:02:54 +0000 Subject: [PATCH] chore(deps): bump django from 2.2.6 to 2.2.18 in /doon Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.18) 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..144cd3a 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.18 django-extensions==2.2.3 djangorestframework==3.10.3 ipython==7.8.0