From cb6715a6e44c115a9aa8c3838948fc0752aba6e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:48:11 +0000 Subject: [PATCH] Update django-email-verification requirement from ~=0.3.1 to ~=0.3.3 Updates the requirements on [django-email-verification](https://github.com/LeoneBacciu/django-email-verification) to permit the latest version. - [Commits](https://github.com/LeoneBacciu/django-email-verification/commits) --- updated-dependencies: - dependency-name: django-email-verification 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 078305e33..a9efaef96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ django-axes==6.1.1 django-crispy-forms~=2.0 crispy-bootstrap4==2022.1 django-simple-history~=3.3 -django-email-verification~=0.3.1 +django-email-verification~=0.3.3 django_compressor~=4.4 django_extensions~=3.2 django-storages~=1.13