From ed497e1ec6500d5deb3758029c1b4a3491ce111f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 04:35:44 +0000 Subject: [PATCH] Bump django-oauth-toolkit from 3.2.0 to 3.3.0 Bumps [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) from 3.2.0 to 3.3.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.2.0...3.3.0) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-version: 3.3.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 bd204ad3f..8192fd92c 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.3.0", "django-prometheus==2.4.1", "django-reversion==6.1.0", "django_stubs_ext==6.0.4",