From 98a0bd6a9433629e100324ebdc3b20139ea40e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:03:37 +0000 Subject: [PATCH] chore(deps): Bump dj-rest-auth from 5.0.2 to 7.0.1 Bumps [dj-rest-auth](https://github.com/iMerica/dj-rest-auth) from 5.0.2 to 7.0.1. - [Release notes](https://github.com/iMerica/dj-rest-auth/releases) - [Commits](https://github.com/iMerica/dj-rest-auth/compare/5.0.2...7.0.1) --- updated-dependencies: - dependency-name: dj-rest-auth dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index c7d14344c..5b9ba7745 100644 --- a/poetry.lock +++ b/poetry.lock @@ -941,20 +941,20 @@ typing_extensions = ">=3.10.0.0" [[package]] name = "dj-rest-auth" -version = "5.0.2" +version = "7.0.1" description = "Authentication and Registration in Django Rest Framework" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "dj-rest-auth-5.0.2.tar.gz", hash = "sha256:aad7d912476169e9991547bf98645344d3939be2d7052098048d819524c115d9"}, + {file = "dj-rest-auth-7.0.1.tar.gz", hash = "sha256:3f8c744cbcf05355ff4bcbef0c8a63645da38e29a0fdef3c3332d4aced52fb90"}, ] [package.dependencies] -Django = ">=3.2" +Django = ">=4.2,<6.0" djangorestframework = ">=3.13.0" [package.extras] -with-social = ["django-allauth (>=0.56.0,<0.58.0)"] +with-social = ["django-allauth[socialaccount] (>=64.0.0)"] [[package]] name = "django" @@ -5019,4 +5019,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "333f0c47ee52afb629da139bd425089b95086fbf25446e1c7b9e38e96dca8fcf" +content-hash = "bd11c7706ee11ab022a17f3480921ad7a391f8722ff45e3041f269508b2bbc25" diff --git a/pyproject.toml b/pyproject.toml index 719d2659e..5471b5030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ django-email-obfuscator = "^0.1.5" django-gravatar2 = "^1.4.5" django-import-export = "^4.3.2" django-annoying = "^0.10.7" -dj-rest-auth = "^5.0.2" +dj-rest-auth = "^7.0.1" tweepy = "^4.8.0" Unidecode = "^1.3.8" user-agents = "^2.2.0"