From bf31cc4f214459ee33fa4eb9e04a766d2c05be30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:01:26 +0000 Subject: [PATCH] chore(deps): bump django from 2.2.6 to 2.2.24 in /doon Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..c085b0b 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.24 django-extensions==2.2.3 djangorestframework==3.10.3 ipython==7.8.0