From eabbd5bebd1433188fcc5d3c00d1c0a037cbddb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 07:01:29 +0000 Subject: [PATCH] chore: bump django-rest-email-auth from 4.0.3 to 5.0.0 Bumps [django-rest-email-auth](https://github.com/cdriehuys/django-rest-email-auth) from 4.0.3 to 5.0.0. - [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.3...v5.0.0) --- updated-dependencies: - dependency-name: django-rest-email-auth dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 3b90219..778dc5b 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.3 +django-rest-email-auth == 5.0.0