From 0100e3de78d4ac5092fbc8b43855fffd34d2a896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 09:32:34 +0000 Subject: [PATCH] Bump django-oauth-toolkit from 3.2.0 to 3.4.1 Bumps [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) from 3.2.0 to 3.4.1. - [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/3.2.0...3.4.1) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d30d711eb..f0c87f7ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "django-leaflet==0.33.0", "django-jsonview==2.0.0", "django-otp==1.7.0", - "django-oauth-toolkit==3.2.0", + "django-oauth-toolkit==3.4.1", "django-prometheus==2.4.1", "django-reversion==6.1.0", "django_stubs_ext==6.0.4",