From 86577ab10b523e33769ceb7d9f0769b0aea022fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:46:59 +0000 Subject: [PATCH] Bump django-stubs-ext from 6.0.4 to 6.0.5 Bumps [django-stubs-ext](https://github.com/typeddjango/django-stubs) from 6.0.4 to 6.0.5. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/6.0.4...6.0.5) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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..e5d18ea62 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==6.0.4", + "django_stubs_ext==6.0.5", "django-tables2==2.8.0", "django-taggit==6.1.0", "django-weasyprint==2.4.0",