From a3fa159d5c4a2f6f94d3872e27a532e7a1999d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2019 07:37:34 +0000 Subject: [PATCH] Bump django from 2.2.1 to 2.2.2 Bumps [django](https://github.com/django/django) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.1...2.2.2) Signed-off-by: dependabot[bot] --- requirement.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirement.txt b/requirement.txt index 44856ad..ee865d5 100644 --- a/requirement.txt +++ b/requirement.txt @@ -1,6 +1,6 @@ astroid==2.2.5 autopep8==1.4.4 -Django==2.2.1 +Django==2.2.2 django-environ==0.4.5 djangorestframework==3.9.4 isort==4.3.20