From c768bda5d48a013e961069c2d099eddd6c3ce247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:28:40 +0000 Subject: [PATCH] chore(deps): bump django from 2.2.6 to 2.2.22 in /doon Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.22. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.22) --- 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..c2065f3 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.22 django-extensions==2.2.3 djangorestframework==3.10.3 ipython==7.8.0