From a929f2647b8109eb4af042826144b9294c155eca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Mar 2023 20:07:20 +0000 Subject: [PATCH] chore(api): update dependency dj-rest-auth to v2.2.8 --- api/poetry.lock | 6 +++--- api/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 255fce8f3..cc98a57f9 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -969,13 +969,13 @@ graph = ["objgraph (>=1.7.2)"] [[package]] name = "dj-rest-auth" -version = "2.2.7" +version = "2.2.8" description = "Authentication and Registration in Django Rest Framework" category = "main" optional = false python-versions = ">=3.5" files = [ - {file = "dj-rest-auth-2.2.7.tar.gz", hash = "sha256:911bcf377df68c958a7f534def7715b61f3d887a46fbb53ca7666244b7c0b143"}, + {file = "dj-rest-auth-2.2.8.tar.gz", hash = "sha256:9fb3492888185ede8b2064ad6803120c7b0b83ab08e2347a02e9b44282374242"}, ] [package.dependencies] @@ -3958,4 +3958,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6b7803ad917305fb902d508296b1c93e931a9fe1b06e8850fbde4d58e53825fc" +content-hash = "91c6bd3bd4bfc91dde989c4a627321580b9db653974ccf4ddfabef9630391260" diff --git a/api/pyproject.toml b/api/pyproject.toml index 0a97179b7..9581ff5ef 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -28,7 +28,7 @@ funkwhale-manage = 'funkwhale_api.main:main' python = "^3.8" # Django -dj-rest-auth = { extras = ["with_social"], version = "2.2.7" } +dj-rest-auth = { extras = ["with_social"], version = "2.2.8" } django = "==3.2.16" django-allauth = "==0.42.0" django-cache-memoize = "0.1.10"