From 4d71269aa3e7e95cb55c0da6edba8a0194c53857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:04:03 +0000 Subject: [PATCH] chore(deps): bump django-allauth in /pharmanathi.com Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.57.0 to 0.63.3. - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.57.0...0.63.3) --- updated-dependencies: - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pharmanathi.com/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pharmanathi.com/requirements/base.txt b/pharmanathi.com/requirements/base.txt index f9cced0b..2bc9432d 100644 --- a/pharmanathi.com/requirements/base.txt +++ b/pharmanathi.com/requirements/base.txt @@ -14,7 +14,7 @@ uvicorn[standard]==0.30.1 # https://github.com/encode/uvicorn django==5.0.3 # pyup: < 5.0 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils -django-allauth==0.61.1 # https://github.com/pennersr/django-allauth +django-allauth==0.63.3 # https://github.com/pennersr/django-allauth dj-rest-auth[with_social]==6.0.0 # https://github.com/iMerica/dj-rest-auth pyjwt[crypto]==2.8.0 # https://github.com/jpadilla/pyjwt django-crispy-forms==2.0 # https://github.com/django-crispy-forms/django-crispy-forms