From a5c3e56046d37126cb7e3a33b57f47d677b30d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 16:31:42 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump dj-rest-auth from 7.0.0 to 7.0.1 Bumps [dj-rest-auth](https://github.com/iMerica/dj-rest-auth) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/iMerica/dj-rest-auth/releases) - [Commits](https://github.com/iMerica/dj-rest-auth/compare/7.0.0...7.0.1) --- updated-dependencies: - dependency-name: dj-rest-auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f2f357c..2aa370d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ django-cors-headers==4.6.0 # Authentication django-allauth==65.3.1 django-oauth-toolkit==3.0.1 -dj-rest-auth==7.0.0 # Added for REST authentication endpoints +dj-rest-auth==7.0.1 # Added for REST authentication endpoints pyjwt==2.10.1