From 29d177568a8718cf0116fb71cde99b1ac21dc132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 22:01:05 +0000 Subject: [PATCH] Bump django-stubs from 1.12.0 to 4.2.0 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.12.0 to 4.2.0. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/django-stubs@1.12.0...4.2.0) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 24 ++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index a8e6fc8..6556acd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -101,38 +101,38 @@ bcrypt = ["bcrypt"] [[package]] name = "django-stubs" -version = "1.12.0" +version = "4.2.0" description = "Mypy stubs for Django" category = "dev" optional = false python-versions = ">=3.7" 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.0.tar.gz", hash = "sha256:93baff824f0a056e71036b423b942a74f07b909e45e3fa38185b910f597c5c08"}, + {file = "django_stubs-4.2.0-py3-none-any.whl", hash = "sha256:d2c671989efb3f7b0fa91e461909ad5a5a52155fe7fe6d1f2058cb88e3afb123"}, ] [package.dependencies] django = "*" -django-stubs-ext = ">=0.4.0" -mypy = ">=0.930" -tomli = "*" +django-stubs-ext = ">=4.2.0" +mypy = ">=0.980" +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.2.0,<1.3)"] [[package]] name = "django-stubs-ext" -version = "0.5.0" +version = "4.2.0" description = "Monkey-patching and extensions for django-stubs" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" 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.0.tar.gz", hash = "sha256:7789f0caeca7152fef07ad6b94dec7310a05d0b8dab77f7979e19db0037b5127"}, + {file = "django_stubs_ext-4.2.0-py3-none-any.whl", hash = "sha256:55b2e3077f883e0131a7596f8ff8b19f8fc3ca325a3318ccacf5331acb2601e4"}, ] [package.dependencies] @@ -613,4 +613,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "d470774447e707503ef6028761e56972812fd2947c62d45c2bfce860b1d00bbb" +content-hash = "6d70e693542f11c761f1d247ee81334e48174eeafe1afa4475182f6e42ffe48d" diff --git a/pyproject.toml b/pyproject.toml index 90a389a..3abf62e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Source = "https://github.com/meshy/django-sans-db" python = "^3.7" [tool.poetry.group.dev.dependencies] -django-stubs = "^1.5.0" +django-stubs = ">=1.5,<5.0" mypy = ">=0.982,<1.4" pre-commit = "^2.6.0" tox = ">=3.25.1,<5.0.0"