chore(api): update dependency dj-rest-auth to v2.2.7

environments/review-docs-renov-vr2nay/deployments/16781
Renovate Bot 2023-01-21 00:05:50 +00:00
rodzic 82ef2e0efa
commit 291296360d
2 zmienionych plików z 6 dodań i 6 usunięć

10
api/poetry.lock wygenerowano
Wyświetl plik

@ -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"

Wyświetl plik

@ -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"