From 26bd2303af42b168b0d72584bcf4eb5374aa0fa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:23:52 +0000 Subject: [PATCH] Update django-oauth-toolkit requirement from ==2.3.* to ==3.0.* Dependabot couldn't find the original pull request head commit, bfd7d4c0deba2c3d429176783b690239cf2d8a98. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ff5d0ae0..27e87b3fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ 'jsonschema', 'django-hijack==3.7.*', 'openpyxl==3.1.*', - 'django-oauth-toolkit==2.4.*', + 'django-oauth-toolkit==3.0.*', 'oauthlib==3.2.*', 'django-phonenumber-field==7.3.*', 'phonenumberslite==8.13.*',