Update dependency django-oauth-toolkit to v1.7.0

environments/review-front-reno-8m7nsm/deployments/9962
Renovate Bot 2022-02-01 17:57:45 +00:00 zatwierdzone przez JuniorJPDJ
rodzic 68892e2a37
commit c6ba22fbb9
2 zmienionych plików z 5 dodań i 6 usunięć

9
api/poetry.lock wygenerowano
Wyświetl plik

@ -680,18 +680,17 @@ Django = ">=2.2"
[[package]]
name = "django-oauth-toolkit"
version = "1.5.0"
version = "1.7.0"
description = "OAuth2 Provider for Django"
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
django = ">=2.2"
django = ">=2.2,<4.0.0 || >4.0.0"
jwcrypto = ">=0.8.0"
oauthlib = ">=3.1.0"
requests = ">=2.13.0"
six = "*"
[[package]]
name = "django-redis"
@ -2476,8 +2475,8 @@ django-filter = [
{file = "django_filter-2.4.0-py3-none-any.whl", hash = "sha256:e00d32cebdb3d54273c48f4f878f898dced8d5dfaad009438fe61ebdf535ace1"},
]
django-oauth-toolkit = [
{file = "django-oauth-toolkit-1.5.0.tar.gz", hash = "sha256:650e5ef2244d1d8db8f507137e0d1e8b8aad1f4086a4a610526e8851f9a38308"},
{file = "django_oauth_toolkit-1.5.0-py3-none-any.whl", hash = "sha256:b2e346a7c1e222774bfb370f21b556b92b408395b4c23914e2d1b241b2e5376a"},
{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"},
]
django-redis = [
{file = "django-redis-5.0.0.tar.gz", hash = "sha256:048f665bbe27f8ff2edebae6aa9c534ab137f1e8fa7234147ef470df3f3aa9b8"},

Wyświetl plik

@ -41,7 +41,7 @@ pyOpenSSL = "==20.0.1"
pydub = "==0.25.1"
PyLD = "==2.0.3"
aiohttp = "==3.8.1"
django-oauth-toolkit = "==1.5.0"
django-oauth-toolkit = "==1.7.0"
django-storages = "==1.11.1"
boto3 = "==1.20.46"
unicode-slugify = "==0.1.5"