From 90ced0b18ddea2096f7739221a67226a776e0f72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:47:44 +0000 Subject: [PATCH] Bump django-stubs-ext from 5.2.9 to 6.0.2 Bumps [django-stubs-ext](https://github.com/typeddjango/django-stubs) from 5.2.9 to 6.0.2. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.2.9...6.0.2) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4df29a393..01ed13f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "django-oauth-toolkit==3.2.0", "django-prometheus==2.4.1", "django-reversion==6.1.0", - "django_stubs_ext==5.2.9", + "django_stubs_ext==6.0.2", "django-tables2==2.8.0", "django-taggit==6.1.0", "django-weasyprint==2.4.0",