From dc34c83607576c91c53817a4a60f01d52594c639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 22:36:30 +0000 Subject: [PATCH] Bump django from 2.0.1 to 2.2.10 in /requirements Bumps [django](https://github.com/django/django) from 2.0.1 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.1...2.2.10) Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 6d94193..62a54cd 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,5 +1,5 @@ # Django -Django==2.0.1 +Django==2.2.10 django-extensions==1.9.9 itypes==1.1.0 packaging==16.8