From 1e1041b480c77baeadec73845c57c19568b63f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 10:03:21 +0000 Subject: [PATCH] chore(deps): bump django from 2.2.6 to 2.2.27 in /doon Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.27) --- 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..057527a 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.27 django-extensions==2.2.3 djangorestframework==3.10.3 ipython==7.8.0