From 2841e4ddfb5ed38f932bdddfe2db9f76c720701a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:40:52 +0200 Subject: [PATCH] Bump django-stubs-ext from 5.0.4 to 5.1.0 (#252) Bumps [django-stubs-ext](https://github.com/typeddjango/django-stubs) from 5.0.4 to 5.1.0. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.0.4...5.1.0) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29954f9..5aac8e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "django-ninja==1.3.0", "django-oauth-toolkit==2.4.0", "django-polymorphic==3.1.0", - "django-stubs-ext==5.0.4", + "django-stubs-ext==5.1.0", "django-tables2==2.7.0", "django-taggit==5.0.1", "environs[django]==11.0.0",