From 20f2141d879cb1ccec561bf1e3665a88f8305b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:20:20 +0000 Subject: [PATCH] Bump django-stubs from 5.1.1 to 5.1.2 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/5.1.1...5.1.2) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec7b343bb..da6715dd2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -685,38 +685,38 @@ test = ["pytest", "pytest-cov", "pytest-django", "selenium"] [[package]] name = "django-stubs" -version = "5.1.1" +version = "5.1.2" description = "Mypy stubs for Django" optional = false python-versions = ">=3.8" files = [ - {file = "django_stubs-5.1.1-py3-none-any.whl", hash = "sha256:c4dc64260bd72e6d32b9e536e8dd0d9247922f0271f82d1d5132a18f24b388ac"}, - {file = "django_stubs-5.1.1.tar.gz", hash = "sha256:126d354bbdff4906c4e93e6361197f6fbfb6231c3df6def85a291dae6f9f577b"}, + {file = "django_stubs-5.1.2-py3-none-any.whl", hash = "sha256:04ddc778faded6fb48468a8da9e98b8d12b9ba983faa648d37a73ebde0f024da"}, + {file = "django_stubs-5.1.2.tar.gz", hash = "sha256:a0fcb3659bab46a6d835cc2d9bff3fc29c36ccea41a10e8b1930427bc0f9f0df"}, ] [package.dependencies] asgiref = "*" django = "*" -django-stubs-ext = ">=5.1.1" -mypy = {version = ">=1.12,<1.14", optional = true, markers = "extra == \"compatible-mypy\""} +django-stubs-ext = ">=5.1.2" +mypy = {version = ">=1.12,<1.15", optional = true, markers = "extra == \"compatible-mypy\""} tomli = {version = "*", markers = "python_version < \"3.11\""} types-PyYAML = "*" typing-extensions = ">=4.11.0" [package.extras] -compatible-mypy = ["mypy (>=1.12,<1.14)"] +compatible-mypy = ["mypy (>=1.12,<1.15)"] oracle = ["oracledb"] redis = ["redis"] [[package]] name = "django-stubs-ext" -version = "5.1.1" +version = "5.1.2" description = "Monkey-patching and extensions for django-stubs" optional = false python-versions = ">=3.8" files = [ - {file = "django_stubs_ext-5.1.1-py3-none-any.whl", hash = "sha256:3907f99e178c93323e2ce908aef8352adb8c047605161f8d9e5e7b4efb5a6a9c"}, - {file = "django_stubs_ext-5.1.1.tar.gz", hash = "sha256:db7364e4f50ae7e5360993dbd58a3a57ea4b2e7e5bab0fbd525ccdb3e7975d1c"}, + {file = "django_stubs_ext-5.1.2-py3-none-any.whl", hash = "sha256:6c559214538d6a26f631ca638ddc3251a0a891d607de8ce01d23d3201ad8ad6c"}, + {file = "django_stubs_ext-5.1.2.tar.gz", hash = "sha256:421c0c3025a68e3ab8e16f065fad9ba93335ecefe2dd92a0cff97a665680266c"}, ] [package.dependencies]