From 2185d577853581a15398e1e9167b00574b796110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 06:59:32 +0000 Subject: [PATCH] chore(deps): bump django-rest-passwordreset in /backend Bumps [django-rest-passwordreset](https://github.com/anexia-it/django-rest-passwordreset) from 1.4.2 to 1.5.0. - [Release notes](https://github.com/anexia-it/django-rest-passwordreset/releases) - [Changelog](https://github.com/anexia-it/django-rest-passwordreset/blob/master/CHANGELOG.md) - [Commits](https://github.com/anexia-it/django-rest-passwordreset/compare/1.4.2...1.5.0) --- updated-dependencies: - dependency-name: django-rest-passwordreset dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 96596acb..81becf24 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ certifi==2024.8.30 charset-normalizer==3.3.2 Django==4.2.16 django-cors-headers==4.6.0 -django-rest-passwordreset==1.4.2 +django-rest-passwordreset==1.5.0 djangorestframework==3.15.2 idna==3.10 packaging==24.1