From bfecd19c8add5a2ad90059e237e7eeb6895b3773 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Jun 2023 17:03:05 +0000 Subject: [PATCH] chore(api): update dependency dj-rest-auth to v2.2.8 Part-of: --- 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 efafecc53..eb9c938d3 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -960,13 +960,13 @@ dev = ["PyTest", "PyTest (<5)", "PyTest-Cov", "PyTest-Cov (<2.6)", "bump2version [[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] @@ -3865,4 +3865,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "f2ac0136a301aaedc8937230d12cf02ecb020551942de8731ae2e44afe8992c1" +content-hash = "818b10150eaecaf513e91b73e69cc81a6ad8c67f881f90e6f441d128517712ca" diff --git a/api/pyproject.toml b/api/pyproject.toml index f83d0ae6f..f84f0d479 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.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"