From b81f53d78a5ed305993fa3c30973b9dd5bcd8da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 14:58:29 +0000 Subject: [PATCH] Bump django-stubs-ext from 5.2.0 to 5.2.8 Bumps [django-stubs-ext](https://github.com/sponsors/typeddjango) from 5.2.0 to 5.2.8. - [Commits](https://github.com/sponsors/typeddjango/commits) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-version: 5.2.8 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 89ee6e690..b733a2288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "django-otp==1.6.0", "django-prometheus==2.3.1", "django-reversion==5.0.12", - "django_stubs_ext==5.2.0", + "django_stubs_ext==5.2.8", "django-tables2==2.7.5", "django-taggit==6.1.0", "django-weasyprint==2.4.0",