From 350fe33c925d799245229e498c1fc3ac3f32bf7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 09:28:03 +0000 Subject: [PATCH] Bump django-stubs-ext from 5.2.8 to 5.2.9 Bumps [django-stubs-ext](https://github.com/sponsors/typeddjango) from 5.2.8 to 5.2.9. - [Commits](https://github.com/sponsors/typeddjango/commits) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-version: 5.2.9 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 a99ade8d3..0381c5e81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "django-otp==1.6.3", "django-prometheus==2.4.1", "django-reversion==6.1.0", - "django_stubs_ext==5.2.8", + "django_stubs_ext==5.2.9", "django-tables2==2.8.0", "django-taggit==6.1.0", "django-weasyprint==2.4.0",