From c6ba22fbb914457b2c55466b94450c63b373a3e4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Feb 2022 17:57:45 +0000 Subject: [PATCH] Update dependency django-oauth-toolkit to v1.7.0 --- api/poetry.lock | 9 ++++----- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index b57a1213f..c3a8b52da 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -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"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 4672ea44d..000013ef0 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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"