From 077fb61fd22a10515cb4e985b7b57c65452693c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 18:13:50 +0000 Subject: [PATCH] Update django-oauth-toolkit requirement from ==2.3.* to ==3.4.* Updates the requirements on [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) to permit the latest version. - [Release notes](https://github.com/django-oauth/django-oauth-toolkit/releases) - [Changelog](https://github.com/django-oauth/django-oauth-toolkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/django-oauth/django-oauth-toolkit/compare/2.3.0...3.4.0) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de7fcfc696..7dbbe0ec77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "django-libsass==0.9", "django-localflavor==5.0", "django-markup", - "django-oauth-toolkit==2.3.*", + "django-oauth-toolkit==3.4.*", "django-otp==1.7.*", "django-phonenumber-field==8.4.*", "django-querytagger==0.0.3",