From e0d1fda4831a4e5317bb5da93185ce4b3ff40df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:39:38 +0000 Subject: [PATCH] Bump django-oauth-toolkit from 3.0.1 to 3.1.0 Bumps [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) from 3.0.1 to 3.1.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.0.1...3.1.0) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-version: 3.1.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 f1006b8a3..f312e137a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "django-filter==25.1", "django-leaflet==0.31.0", "django-jsonview==2.0.0", - "django-oauth-toolkit==3.0.1", + "django-oauth-toolkit==3.1.0", "django-otp==1.6.0", "django-prometheus==2.4.1", "django-reversion==5.0.12",