Update dependency django-oauth-toolkit to v1.7.0
This commit is contained in:
parent
68892e2a37
commit
c6ba22fbb9
|
@ -680,18 +680,17 @@ Django = ">=2.2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "django-oauth-toolkit"
|
name = "django-oauth-toolkit"
|
||||||
version = "1.5.0"
|
version = "1.7.0"
|
||||||
description = "OAuth2 Provider for Django"
|
description = "OAuth2 Provider for Django"
|
||||||
category = "main"
|
category = "main"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
django = ">=2.2"
|
django = ">=2.2,<4.0.0 || >4.0.0"
|
||||||
jwcrypto = ">=0.8.0"
|
jwcrypto = ">=0.8.0"
|
||||||
oauthlib = ">=3.1.0"
|
oauthlib = ">=3.1.0"
|
||||||
requests = ">=2.13.0"
|
requests = ">=2.13.0"
|
||||||
six = "*"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "django-redis"
|
name = "django-redis"
|
||||||
|
@ -2476,8 +2475,8 @@ django-filter = [
|
||||||
{file = "django_filter-2.4.0-py3-none-any.whl", hash = "sha256:e00d32cebdb3d54273c48f4f878f898dced8d5dfaad009438fe61ebdf535ace1"},
|
{file = "django_filter-2.4.0-py3-none-any.whl", hash = "sha256:e00d32cebdb3d54273c48f4f878f898dced8d5dfaad009438fe61ebdf535ace1"},
|
||||||
]
|
]
|
||||||
django-oauth-toolkit = [
|
django-oauth-toolkit = [
|
||||||
{file = "django-oauth-toolkit-1.5.0.tar.gz", hash = "sha256:650e5ef2244d1d8db8f507137e0d1e8b8aad1f4086a4a610526e8851f9a38308"},
|
{file = "django-oauth-toolkit-1.7.0.tar.gz", hash = "sha256:6c9c4ce8cc29dd125240128d3d6f955acd16a0a0349ac400ed5b0424bead8694"},
|
||||||
{file = "django_oauth_toolkit-1.5.0-py3-none-any.whl", hash = "sha256:b2e346a7c1e222774bfb370f21b556b92b408395b4c23914e2d1b241b2e5376a"},
|
{file = "django_oauth_toolkit-1.7.0-py3-none-any.whl", hash = "sha256:596b1884a3351a7952ddab37ad151da4c15ef27c057bc99c37c703cfff7af59c"},
|
||||||
]
|
]
|
||||||
django-redis = [
|
django-redis = [
|
||||||
{file = "django-redis-5.0.0.tar.gz", hash = "sha256:048f665bbe27f8ff2edebae6aa9c534ab137f1e8fa7234147ef470df3f3aa9b8"},
|
{file = "django-redis-5.0.0.tar.gz", hash = "sha256:048f665bbe27f8ff2edebae6aa9c534ab137f1e8fa7234147ef470df3f3aa9b8"},
|
||||||
|
|
|
@ -41,7 +41,7 @@ pyOpenSSL = "==20.0.1"
|
||||||
pydub = "==0.25.1"
|
pydub = "==0.25.1"
|
||||||
PyLD = "==2.0.3"
|
PyLD = "==2.0.3"
|
||||||
aiohttp = "==3.8.1"
|
aiohttp = "==3.8.1"
|
||||||
django-oauth-toolkit = "==1.5.0"
|
django-oauth-toolkit = "==1.7.0"
|
||||||
django-storages = "==1.11.1"
|
django-storages = "==1.11.1"
|
||||||
boto3 = "==1.20.46"
|
boto3 = "==1.20.46"
|
||||||
unicode-slugify = "==0.1.5"
|
unicode-slugify = "==0.1.5"
|
||||||
|
|
Loading…
Reference in New Issue