From f4508bc49ec8fa51b0f674e85cb6ee6f320aae71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 23:56:47 +0000 Subject: [PATCH] Update django-simple-history requirement from ~=3.2 to ~=3.3 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/3.2.0...3.3.0) --- updated-dependencies: - dependency-name: django-simple-history dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39788a1be..8b62de22b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ Django==4.1.5 django-activity-stream==1.4.2 django-axes==5.40.1 django-crispy-forms~=1.14 -django-simple-history~=3.2 +django-simple-history~=3.3 django-email-verification~=0.3.1 django_compressor~=4.3 django_extensions~=3.2