From a1e6d01afa569ed55edb0f638ba0616e4bde3437 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 16:49:59 +0000 Subject: [PATCH] fix(deps): update dependency django-oauth-toolkit to v3 --- poetry.lock | 18 ++++++++++-------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 19cd555631..e4c6f20bf1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1639,23 +1639,25 @@ files = [ [[package]] name = "django-oauth-toolkit" -version = "2.4.0" +version = "3.1.0" description = "OAuth2 Provider for Django" optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "django_oauth_toolkit-2.4.0-py3-none-any.whl", hash = "sha256:4931d6bf64b6aee32a42f989f218769d1876f3daa53c6bf883d8ab793fb302ee"}, - {file = "django_oauth_toolkit-2.4.0.tar.gz", hash = "sha256:8975eaf697413a8d54208ee068bc5ad6d1ed76f1df84e4882fbb25e7e6966e1b"}, + {file = "django_oauth_toolkit-3.1.0-py3-none-any.whl", hash = "sha256:10ddc90804297d913dfb958edd58d5fac541eb1ca912f47893ca1e482bb2a11f"}, + {file = "django_oauth_toolkit-3.1.0.tar.gz", hash = "sha256:d5a59d07588cfefa8818e99d65040a252eb2ede22512483e2240c91d0b885c8e"}, ] [package.dependencies] -django = ">=3.2,<4.0.0 || >4.0.0" -jwcrypto = ">=0.8.0" -oauthlib = ">=3.1.0" -pytz = ">=2024.1" +django = ">=4.2" +jwcrypto = ">=1.5.0" +oauthlib = ">=3.2.2" requests = ">=2.13.0" +[package.extras] +dev = ["m2r", "pytest", "pytest-cov", "sphinx-rtd-theme"] + [[package]] name = "django-redis" version = "5.4.0" @@ -9241,4 +9243,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "~3.12" -content-hash = "1359d8865bf8d3a2dcfa719d1fa6b18a0d6497d76860a519e30b821c7d26109f" +content-hash = "da5463cab409fb250eef7f554a7fb3005f148cfb301f5fea4f2c486d6b0b1130" diff --git a/pyproject.toml b/pyproject.toml index c98764e95c..745dd54094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ django-health-check = { git = "https://github.com/revsys/django-health-check", r django-imagekit = "^5.0.0" django-ipware = "^7.0.0" django-json-widget = "^2.0.0" -django-oauth-toolkit = "^2.3.0" +django-oauth-toolkit = "^3.0.0" django-redis = "^5.2.0" django-scim2 = "^0.19.1" django-server-status = "^0.7.0"