From bd26fbe42ec27f27ea6542f8ea46f0a46704648e Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 19 Mar 2022 23:31:59 +0000 Subject: [PATCH] Update dependency django-oauth-toolkit to v1.7.1 (develop) --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index 8b36c185e..60a2fd9f7 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -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"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 853acfcb4..b03d97ac6 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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"