From 18e0dfddeaff7b3a17286df9ca3822cb86a1ba7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:37:19 +0000 Subject: [PATCH] chore: bump django-rest-email-auth from 4.0.0 to 4.0.3 Bumps [django-rest-email-auth](https://github.com/cdriehuys/django-rest-email-auth) from 4.0.0 to 4.0.3. - [Release notes](https://github.com/cdriehuys/django-rest-email-auth/releases) - [Changelog](https://github.com/cdriehuys/django-rest-email-auth/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/cdriehuys/django-rest-email-auth/compare/v4.0.0...v4.0.3) --- updated-dependencies: - dependency-name: django-rest-email-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_project/requirements.txt b/example_project/requirements.txt index f0c50ac..3b90219 100644 --- a/example_project/requirements.txt +++ b/example_project/requirements.txt @@ -1,3 +1,3 @@ Django == 3.2.25 coreapi == 2.3.3 -django-rest-email-auth == 4.0.0 +django-rest-email-auth == 4.0.3