From a2e83b83135e12ec970513b77bd814ecff793db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 18:19:24 +0000 Subject: [PATCH] Bump django-oauth-toolkit from 2.2.0 to 2.3.0 in /api Bumps [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/jazzband/django-oauth-toolkit/releases) - [Changelog](https://github.com/jazzband/django-oauth-toolkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/django-oauth-toolkit/compare/2.2.0...2.3.0) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/Pipfile | 2 +- api/Pipfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/Pipfile b/api/Pipfile index ad64af5a77d..9ff58f7337a 100644 --- a/api/Pipfile +++ b/api/Pipfile @@ -27,7 +27,7 @@ django-braces = "~=1.15" django-cors-headers = "~=4.0" django-cron = "~=0.6" django-log-request-id = "~=2.0" -django-oauth-toolkit = "~=2.2" +django-oauth-toolkit = "~=2.3" django-redis = "~=5.2" django-sslserver = "~=0.22" django-storages = "~=1.13" diff --git a/api/Pipfile.lock b/api/Pipfile.lock index 6549ec4ef7a..6f05917963c 100644 --- a/api/Pipfile.lock +++ b/api/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "081e1c6f4fbded9532591fede74bfb263a5c53dabcaa6a313d3c64abfe9f7538" + "sha256": "892456ff365ea08b64fb6d7f9224972513386c14d2a88934c8fce883addfde43" }, "pipfile-spec": 6, "requires": { @@ -414,11 +414,11 @@ }, "django-oauth-toolkit": { "hashes": [ - "sha256:46890decb24a34e2a5382debeaf7752e50d90b7a11716cf2a9fd067097ec0963", - "sha256:abd85c74af525a62365ec2049113e73a2ff8b46ef906e7104a7ba968ef02a11d" + "sha256:47dfeab97ec21496f307c2cf3468e64ca08897fa499bf3104366d32005c9111d", + "sha256:cf1cb1a5744672e6bd7d66b4a110a463bcef9cf5ed4f27e29682cc6a4d0df1ed" ], "index": "pypi", - "version": "==2.2.0" + "version": "==2.3.0" }, "django-redis": { "hashes": [ @@ -487,7 +487,7 @@ "sha256:0e2454645dc00517dee4c6de3863411a9c5f1955d013c5fefa29123dadc92f98", "sha256:66c4ece2adfe7cc120e2b6a6798a1fd5c777aecf82eec39bb95cef7cfc7ea2b3" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_full_version < '4.0.0'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version < '4.0'", "version": "==7.17.9" }, "elasticsearch-dsl": {