From 086580e0eb795dea91b010de15f37540d74e3265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Apr 2024 06:14:17 +0000 Subject: [PATCH] Bump django-stubs from 1.12.0 to 4.2.7 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.12.0 to 4.2.7. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/django-stubs@1.12.0...4.2.7) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 27 +++++++++++++-------------- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 15 deletions(-) diff --git a/poetry.lock b/poetry.lock index 419a3bb..7fa046d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "asgiref" @@ -404,36 +404,35 @@ hiredis = ["redis[hiredis] (>=3,!=4.0.0,!=4.0.1)"] [[package]] name = "django-stubs" -version = "1.12.0" +version = "4.2.7" description = "Mypy stubs for Django" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django-stubs-1.12.0.tar.gz", hash = "sha256:ea8b35d0da49f7b2ee99a79125f1943e033431dd114726d6643cc35de619230e"}, - {file = "django_stubs-1.12.0-py3-none-any.whl", hash = "sha256:0dff8ec0ba3abe046450b3d8a29ce9e72629893d2c1ef679189cc2bfdb6d2f64"}, + {file = "django-stubs-4.2.7.tar.gz", hash = "sha256:8ccd2ff4ee5adf22b9e3b7b1a516d2e1c2191e9d94e672c35cc2bc3dd61e0f6b"}, + {file = "django_stubs-4.2.7-py3-none-any.whl", hash = "sha256:4cf4de258fa71adc6f2799e983091b9d46cfc67c6eebc68fe111218c9a62b3b8"}, ] [package.dependencies] django = "*" -django-stubs-ext = ">=0.4.0" -mypy = ">=0.930" -tomli = "*" +django-stubs-ext = ">=4.2.7" +tomli = {version = "*", markers = "python_version < \"3.11\""} types-pytz = "*" types-PyYAML = "*" typing-extensions = "*" [package.extras] -compatible-mypy = ["mypy (>=0.930,<0.970)"] +compatible-mypy = ["mypy (>=1.7.0,<1.8.0)"] [[package]] name = "django-stubs-ext" -version = "0.5.0" +version = "4.2.7" description = "Monkey-patching and extensions for django-stubs" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "django-stubs-ext-0.5.0.tar.gz", hash = "sha256:9bd7418376ab00b7f88d6d56be9fece85bfa0c7c348ac621155fa4d7a91146f2"}, - {file = "django_stubs_ext-0.5.0-py3-none-any.whl", hash = "sha256:c5d8db53d29c756e7e3d0820a5a079a43bc38d8fab0e1b8bd5df2f3366c54b5a"}, + {file = "django-stubs-ext-4.2.7.tar.gz", hash = "sha256:519342ac0849cda1559746c9a563f03ff99f636b0ebe7c14b75e816a00dfddc3"}, + {file = "django_stubs_ext-4.2.7-py3-none-any.whl", hash = "sha256:45a5d102417a412e3606e3c358adb4744988a92b7b58ccf3fd64bddd5d04d14c"}, ] [package.dependencies] @@ -1284,4 +1283,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "440d1ab22d7d7d51e6d16b68719580210f810a25b830f267314edc53801fb247" +content-hash = "5a8684d4330bec667ba04022cce19f9ae3b22c6dbb6a0c6de86ec3cebba5e71b" diff --git a/pyproject.toml b/pyproject.toml index 499d925..ef49da2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ cryptography = "42.0.4" [tool.poetry.group.dev.dependencies] black = "^24.3.0" coverage = "^6.5.0" -django-stubs = "^1.12.0" +django-stubs = "^4.2.7" flake8 = "^5.0.4" mypy = "^0.982" pytest = "^7.2.0"