From 4f10880d32ca8201bd1236fa0e9ffbf92a1a347f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 06:49:55 +0000 Subject: [PATCH] Update django-simple-history requirement in /config Updates the requirements on [django-simple-history](https://github.com/jazzband/django-simple-history) to permit the latest version. - [Release notes](https://github.com/jazzband/django-simple-history/releases) - [Changelog](https://github.com/jazzband/django-simple-history/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/django-simple-history/compare/2.10.0...3.0.0) Signed-off-by: dependabot-preview[bot] --- config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements.txt b/config/requirements.txt index 66591f64..2058fde8 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -8,7 +8,7 @@ pylint-django~=2.0.15 pylint~=2.5.2 factory-boy~=2.12.0 django-colorfield~=0.2.1 -django-simple-history~=2.10.0 +django-simple-history~=3.0.0 djangorestframework~=3.11.0 djangorestframework-gis~=0.15 docutils~=0.16