From 8a9a45f30b750e4103ac4350bb4c4f0a21e4985d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 21:43:49 +0000 Subject: [PATCH] Bump django from 2.2.4 to 2.2.8 in /django_fsm/conf Bumps [django](https://github.com/django/django) from 2.2.4 to 2.2.8. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.4...2.2.8) Signed-off-by: dependabot[bot] --- django_fsm/conf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_fsm/conf/requirements.txt b/django_fsm/conf/requirements.txt index c5a586d..033660e 100644 --- a/django_fsm/conf/requirements.txt +++ b/django_fsm/conf/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.4 +Django==2.2.8 django-fsm==2.6.0 django-fsm-log==1.5.0 graphviz==0.8.2