From 2ac68135b7be7f7a9b275512fb2c8ce18597f41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 18:12:32 +0000 Subject: [PATCH] Bump django-stubs-ext from 5.2.0 to 5.2.1 Bumps [django-stubs-ext](https://github.com/sponsors/typeddjango) from 5.2.0 to 5.2.1. - [Commits](https://github.com/sponsors/typeddjango/commits) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-version: 5.2.1 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..a4438a9 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.1", "django-tables2==2.7.5", "django-taggit==6.1.0", "environs[django]==14.2.0",