From b3401bed3d23638766148efb037369de7a7ff934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:46:58 +0000 Subject: [PATCH] chore(deps): Bump dj-rest-auth from 7.0.0 to 7.0.1 in /3rdparty/py 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] --- 3rdparty/py/requirements-all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/py/requirements-all.txt b/3rdparty/py/requirements-all.txt index 2114ae9b..f77071d1 100644 --- a/3rdparty/py/requirements-all.txt +++ b/3rdparty/py/requirements-all.txt @@ -1,6 +1,6 @@ boto3==1.35.79 celery==5.4.0 -dj-rest-auth==7.0.0 +dj-rest-auth==7.0.1 # Must match dj-rest-auth[with_social]==7.0.0 django-allauth>=0.56.0,<0.62.0 Django==4.2.17