From 24e8b12a300ecc3f57b0daaa1b7251c5ae368219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:34:29 +0000 Subject: [PATCH] Bump django from 3.1.6 to 3.1.8 in /example Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.6...3.1.8) 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 c1b51bf..87628e0 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,4 +1,4 @@ -Django==3.1.6 +Django==3.1.8 diff-match-patch==20110725.1 django-germanium==2.1.0 six==1.10.0