From f32769840e5d2d83ea62fe97c70b7dad8a100ab3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:12:33 +0000 Subject: [PATCH] Bump django-stubs-ext from 5.2.0 to 5.2.6 Bumps [django-stubs-ext](https://github.com/sponsors/typeddjango) from 5.2.0 to 5.2.6. - [Commits](https://github.com/sponsors/typeddjango/commits) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-version: 5.2.6 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 4c691a9..c6cd43d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "django-ninja==1.4.3", "django-oauth-toolkit==3.0.1", "django-polymorphic==4.1.0", - "django-stubs-ext==5.2.0", + "django-stubs-ext==5.2.6", "django-tables2==2.7.5", "django-taggit==6.1.0", "environs[django]==14.2.0",