Update dependency django-oauth-toolkit to v1.7.1 (develop)

1749-smtp-uri-configuration
RenovateBot 2022-03-19 23:31:59 +00:00
rodzic 182f766fc0
commit bd26fbe42e
2 zmienionych plików z 5 dodań i 5 usunięć

8
api/poetry.lock wygenerowano
Wyświetl plik

@ -690,7 +690,7 @@ Django = ">=2.2"
[[package]]
name = "django-oauth-toolkit"
version = "1.7.0"
version = "1.7.1"
description = "OAuth2 Provider for Django"
category = "main"
optional = false
@ -2088,7 +2088,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "4be6c5f7b7c1d00dfa050dc4a4c45b41ab8d5ced3cadd77202ee1b05beb252f3"
content-hash = "a76ba3fd859ed4051ed1133219d4221cc52a5f5db57fd2a26126f20c1baf0586"
[metadata.files]
aiohttp = [
@ -2494,8 +2494,8 @@ django-filter = [
{file = "django_filter-21.1-py3-none-any.whl", hash = "sha256:f4a6737a30104c98d2e2a5fb93043f36dd7978e0c7ddc92f5998e85433ea5063"},
]
django-oauth-toolkit = [
{file = "django-oauth-toolkit-1.7.0.tar.gz", hash = "sha256:6c9c4ce8cc29dd125240128d3d6f955acd16a0a0349ac400ed5b0424bead8694"},
{file = "django_oauth_toolkit-1.7.0-py3-none-any.whl", hash = "sha256:596b1884a3351a7952ddab37ad151da4c15ef27c057bc99c37c703cfff7af59c"},
{file = "django-oauth-toolkit-1.7.1.tar.gz", hash = "sha256:37b690fa53f340c7391bdbc0fdbb32fd9ef8a7c012e72ee8754c331a2d7b4adb"},
{file = "django_oauth_toolkit-1.7.1-py3-none-any.whl", hash = "sha256:756e44421d0993f27705736b6c33a3d89018393859a31ac926296950f76e4433"},
]
django-redis = [
{file = "django-redis-5.2.0.tar.gz", hash = "sha256:8a99e5582c79f894168f5865c52bd921213253b7fd64d16733ae4591564465de"},

Wyświetl plik

@ -40,7 +40,7 @@ pyOpenSSL = "21.0.0"
pydub = "==0.25.1"
PyLD = "==2.0.3"
aiohttp = "==3.8.1"
django-oauth-toolkit = "==1.7.0"
django-oauth-toolkit = "==1.7.1"
django-storages = "==1.12.3"
boto3 = "==1.21.22"
unicode-slugify = "==0.1.5"