From 291296360da650c4b0cf72b40f5a119848495a6b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 21 Jan 2023 00:05:50 +0000 Subject: [PATCH] chore(api): update dependency dj-rest-auth to v2.2.7 --- api/poetry.lock | 10 +++++----- api/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index d425506d6..fdbacd564 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -960,22 +960,22 @@ dev = ["PyTest", "PyTest (<5)", "PyTest-Cov", "PyTest-Cov (<2.6)", "bump2version [[package]] name = "dj-rest-auth" -version = "2.2.5" +version = "2.2.7" description = "Authentication and Registration in Django Rest Framework" category = "main" optional = false python-versions = ">=3.5" files = [ - {file = "dj-rest-auth-2.2.5.tar.gz", hash = "sha256:c9a0dd9c79c33a2d4c723d1e4c1a60ab4657b6333aa2539b6781fe25a01c41b6"}, + {file = "dj-rest-auth-2.2.7.tar.gz", hash = "sha256:911bcf377df68c958a7f534def7715b61f3d887a46fbb53ca7666244b7c0b143"}, ] [package.dependencies] Django = ">=2.0" -django-allauth = {version = ">=0.40.0,<0.51.0", optional = true, markers = "extra == \"with_social\""} +django-allauth = {version = ">=0.40.0,<0.53.0", optional = true, markers = "extra == \"with_social\""} djangorestframework = ">=3.7.0" [package.extras] -with-social = ["django-allauth (>=0.40.0,<0.51.0)"] +with-social = ["django-allauth (>=0.40.0,<0.53.0)"] [[package]] name = "django" @@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "34aa46b79239e67bc06620987a1270b773ce6dfbc50bdf70d02d2ce2d1d1566d" +content-hash = "be90f0f64c2ba1bf9cf79ff1304d6f7a28a2127fbf1cf0a505b0a5a15dd35f6e" diff --git a/api/pyproject.toml b/api/pyproject.toml index eb892be0c..d68889175 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -28,7 +28,7 @@ funkwhale-manage = 'funkwhale_api.main:main' python = "^3.7" # Django -dj-rest-auth = { extras = ["with_social"], version = "2.2.5" } +dj-rest-auth = { extras = ["with_social"], version = "2.2.7" } django = "==3.2.16" django-allauth = "==0.42.0" django-cache-memoize = "0.1.10"