From 56f2a5fcc9c824d9fef032ebffaf87740f119a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:03:40 +0000 Subject: [PATCH] Bump django-stubs-ext from 5.2.9 to 6.0.4 Bumps [django-stubs-ext](https://github.com/typeddjango/django-stubs) from 5.2.9 to 6.0.4. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.2.9...6.0.4) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-version: 6.0.4 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..59b00d1d5 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.4", "django-tables2==2.8.0", "django-taggit==6.1.0", "django-weasyprint==2.4.0",