From 7e3525cb3c12b5a9b250b328ff32e889d787d219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:56:00 +0000 Subject: [PATCH] build(deps): bump django-stubs-ext from 6.0.3 to 6.0.5 Bumps [django-stubs-ext](https://github.com/typeddjango/django-stubs) from 6.0.3 to 6.0.5. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/6.0.3...6.0.5) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6a25c400..5e2313f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "django-bootstrap-form>=3.4", "django-compressor>=4.5.1", "django-invitations>=2.1.0", - "django-stubs-ext>=5.2.2", + "django-stubs-ext>=6.0.5", "django-tastypie>=0.15.1", "django>=6.0.6,<7", "feedparser>=6.0.11", diff --git a/uv.lock b/uv.lock index deb29849..aa280cef 100644 --- a/uv.lock +++ b/uv.lock @@ -316,7 +316,7 @@ requires-dist = [ { name = "django-bootstrap-form", specifier = ">=3.4" }, { name = "django-compressor", specifier = ">=4.5.1" }, { name = "django-invitations", specifier = ">=2.1.0" }, - { name = "django-stubs-ext", specifier = ">=5.2.2" }, + { name = "django-stubs-ext", specifier = ">=6.0.5" }, { name = "django-tastypie", specifier = ">=0.15.1" }, { name = "feedparser", specifier = ">=6.0.11" }, { name = "gunicorn", marker = "extra == 'server'", specifier = ">=26.0.0" }, @@ -630,15 +630,15 @@ wheels = [ [[package]] name = "django-stubs-ext" -version = "6.0.3" +version = "6.0.5" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "django" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/fb/e6/5dcdaa785ec3eed5fc196c7e68fb7ad9d9fe6d5acccea4690e65f2546417/django_stubs_ext-6.0.3.tar.gz", hash = "sha256:3307d42132bc295d5744de6276bc5fdf6896efc70f891e21c0ae8bdf529d2762", size = 6663, upload-time = "2026-04-18T15:10:53.667Z" } +sdist = { url = "https://files.pythonhosted.org/packages/d8/01/419bc3cd882f3ec645d5a4511085202dd6bd3ef8d385871dcd2d32cc15b3/django_stubs_ext-6.0.5.tar.gz", hash = "sha256:1cc325e991303849bce70e19748981b225ef08b37256f263e113caf97cd3bcc0", size = 6666, upload-time = "2026-05-25T08:46:36.012Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/10/fa/0a3a05c29d6295dbd52fa3cb4047a95de11ba4f2696072d6f3f2c1e6f370/django_stubs_ext-6.0.3-py3-none-any.whl", hash = "sha256:9e4105955419ae310d7da9cfd808e039d4dae3092c628f021057bb4f2c237f8f", size = 10354, upload-time = "2026-04-18T15:10:52.395Z" }, + { url = "https://files.pythonhosted.org/packages/ef/bf/7ee71071d84ad4e0efcd77e2681afed254a5f65c27524441a9caf8c60467/django_stubs_ext-6.0.5-py3-none-any.whl", hash = "sha256:a9932c8233d6dd4e34ae0b192026379c1a9be8f0b7c27aa1fa09ae215169773e", size = 10362, upload-time = "2026-05-25T08:46:34.467Z" }, ] [[package]]