From aa3f2b35bf66981595a7760b40bae635499844b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 02:56:14 +0000 Subject: [PATCH] Bump django-stubs-ext from 5.0.2 to 5.0.4 in /{{ cookiecutter.name }} (#725) Bumps [django-stubs-ext](https://github.com/typeddjango/django-stubs) from 5.0.2 to 5.0.4. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.0.2...5.0.4) --- updated-dependencies: - dependency-name: django-stubs-ext dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- {{ cookiecutter.name }}/poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/{{ cookiecutter.name }}/poetry.lock b/{{ cookiecutter.name }}/poetry.lock index fdd8de45..addd815a 100644 --- a/{{ cookiecutter.name }}/poetry.lock +++ b/{{ cookiecutter.name }}/poetry.lock @@ -802,13 +802,13 @@ redis = ["redis"] [[package]] name = "django-stubs-ext" -version = "5.0.2" +version = "5.0.4" description = "Monkey-patching and extensions for django-stubs" optional = false python-versions = ">=3.8" files = [ - {file = "django_stubs_ext-5.0.2-py3-none-any.whl", hash = "sha256:8d8efec5a86241266bec94a528fe21258ad90d78c67307f3ae5f36e81de97f12"}, - {file = "django_stubs_ext-5.0.2.tar.gz", hash = "sha256:409c62585d7f996cef5c760e6e27ea3ff29f961c943747e67519c837422cad32"}, + {file = "django_stubs_ext-5.0.4-py3-none-any.whl", hash = "sha256:910cbaff3d1e8e806a5c27d5ddd4088535aae8371ea921b7fd680fdfa5f14e30"}, + {file = "django_stubs_ext-5.0.4.tar.gz", hash = "sha256:85da065224204774208be29c7d02b4482d5a69218a728465c2fbe41725fdc819"}, ] [package.dependencies]