From 8881ab23bbd6e924fea0dc32a7d5c8ed57a2fd3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:54:10 +0000 Subject: [PATCH] Bump django from 2.0 to 2.2.10 in /example Bumps [django](https://github.com/django/django) from 2.0 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0...2.2.10) Signed-off-by: dependabot[bot] --- example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/requirements.txt b/example/requirements.txt index 59245d4..28c0295 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0 +Django==2.2.10 diff-match-patch==20110725.1 django-germanium==2.1.0 six==1.10.0