From 4b49232fd5a3dd9da064003c3f34ac4e3137f76d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:57:02 +0000 Subject: [PATCH] Bump django-stubs from 4.2.3 to 4.2.4 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/4.2.3...4.2.4) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 67df742..293ab8c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -697,13 +697,13 @@ sftp = ["paramiko (>=1.15.0)"] [[package]] name = "django-stubs" -version = "4.2.3" +version = "4.2.4" description = "Mypy stubs for Django" optional = false python-versions = ">=3.8" files = [ - {file = "django-stubs-4.2.3.tar.gz", hash = "sha256:dadab39b46d9ae8f37a8e879c590f39a9e042b565c03fa0c5a8f754b441b1f23"}, - {file = "django_stubs-4.2.3-py3-none-any.whl", hash = "sha256:e30e2e4927ba14bec587ed2c686404b6b8e473cabe9baca445e7d2e1e0d7b14f"}, + {file = "django-stubs-4.2.4.tar.gz", hash = "sha256:7d4a132c381519815e865c27a89eca41bcbd06056832507224816a43d75c601c"}, + {file = "django_stubs-4.2.4-py3-none-any.whl", hash = "sha256:834b60fd81510cce6b56c1c6c28bec3c504a418bc90ff7d0063fabe8ab9a7868"}, ] [package.dependencies] @@ -716,7 +716,7 @@ types-PyYAML = "*" typing-extensions = "*" [package.extras] -compatible-mypy = ["mypy (==1.4.*)"] +compatible-mypy = ["mypy (==1.5.*)"] [[package]] name = "django-stubs-ext"