From f6750db28646caabfc18e4b29bfbd10f0ab401de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 09:30:22 +0000 Subject: [PATCH] Bump django-oauth-toolkit from 3.1.0 to 3.2.0 Bumps [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) from 3.1.0 to 3.2.0. - [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.1.0...3.2.0) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-version: 3.2.0 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 a99ade8d3..828cc4500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "django-filter==25.2", "django-leaflet==0.33.0", "django-jsonview==2.0.0", - "django-oauth-toolkit==3.1.0", + "django-oauth-toolkit==3.2.0", "django-otp==1.6.3", "django-prometheus==2.4.1", "django-reversion==6.1.0",