From 4c1dcd0ebdf1ff96eb7c5668bf15aecdd7830daa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 10:40:22 +0000 Subject: [PATCH] build(deps-dev): bump django-stubs from 1.9.0 to 1.12.0 Bumps [django-stubs](https://github.com/typeddjango/django-stubs) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/typeddjango/django-stubs/releases) - [Commits](https://github.com/typeddjango/django-stubs/compare/1.9.0...django-stubs@1.12.0) --- updated-dependencies: - dependency-name: django-stubs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 31 +++++++++++-------------------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/poetry.lock b/poetry.lock index b013a0a..a60b8a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -346,21 +346,24 @@ django = "*" [[package]] name = "django-stubs" -version = "1.9.0" +version = "1.12.0" description = "Mypy stubs for Django" category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] django = "*" -django-stubs-ext = ">=0.3.0" -mypy = ">=0.910" -toml = "*" +django-stubs-ext = ">=0.4.0" +mypy = ">=0.930" +tomli = "*" types-pytz = "*" types-PyYAML = "*" typing-extensions = "*" +[package.extras] +compatible-mypy = ["mypy (>=0.930,<0.970)"] + [[package]] name = "django-stubs-ext" version = "0.5.0" @@ -1208,14 +1211,6 @@ test = ["django", "django (<2)", "mock", "twisted", "sybil", "zope.component", " docs = ["django", "django (<2)", "mock", "twisted", "sybil", "zope.component", "sphinx"] build = ["twine", "wheel", "setuptools-git"] -[[package]] -name = "toml" -version = "0.10.2" -description = "Python Library for Tom's Obvious, Minimal Language" -category = "dev" -optional = false -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" - [[package]] name = "tomli" version = "1.2.1" @@ -1354,7 +1349,7 @@ typing_extensions = ">=3.6,<5.0" [metadata] lock-version = "1.1" python-versions = "~3.8" -content-hash = "a2448eb8ce00083192423b75f15680e133a14893db726b168c3fbc7ad8792993" +content-hash = "96bcba1b5c4a8bda11d24743b842d81ea610d3a5cee2207464bdd9a16cb85acd" [metadata.files] amqp = [ @@ -1508,8 +1503,8 @@ django-simpleui = [ {file = "django-simpleui-2022.7.29.tar.gz", hash = "sha256:b8844c16b9496ea4ee57a164a475d1e103448790399a42ba9aeebec00673034f"}, ] django-stubs = [ - {file = "django-stubs-1.9.0.tar.gz", hash = "sha256:664843091636a917faf5256d028476559dc360fdef9050b6df87ab61b21607bf"}, - {file = "django_stubs-1.9.0-py3-none-any.whl", hash = "sha256:59c9f81af64d214b1954eaf90f037778c8d2b9c2de946a3cda177fefcf588fbd"}, + {file = "django-stubs-1.12.0.tar.gz", hash = "sha256:ea8b35d0da49f7b2ee99a79125f1943e033431dd114726d6643cc35de619230e"}, + {file = "django_stubs-1.12.0-py3-none-any.whl", hash = "sha256:0dff8ec0ba3abe046450b3d8a29ce9e72629893d2c1ef679189cc2bfdb6d2f64"}, ] django-stubs-ext = [ {file = "django-stubs-ext-0.5.0.tar.gz", hash = "sha256:9bd7418376ab00b7f88d6d56be9fece85bfa0c7c348ac621155fa4d7a91146f2"}, @@ -1945,10 +1940,6 @@ testfixtures = [ {file = "testfixtures-6.18.3-py2.py3-none-any.whl", hash = "sha256:6ddb7f56a123e1a9339f130a200359092bd0a6455e31838d6c477e8729bb7763"}, {file = "testfixtures-6.18.3.tar.gz", hash = "sha256:2600100ae96ffd082334b378e355550fef8b4a529a6fa4c34f47130905c7426d"}, ] -toml = [ - {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"}, - {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"}, -] tomli = [ {file = "tomli-1.2.1-py3-none-any.whl", hash = "sha256:8dd0e9524d6f386271a36b41dbf6c57d8e32fd96fd22b6584679dc569d20899f"}, {file = "tomli-1.2.1.tar.gz", hash = "sha256:a5b75cb6f3968abb47af1b40c1819dc519ea82bcc065776a866e8d74c5ca9442"}, diff --git a/pyproject.toml b/pyproject.toml index 00b82f3..3901423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ flake8-django = "~1.1.5" flake8-annotations-coverage = "~0.0.6" ipython = "^8.3.0" mypy = "^0.950" -django-stubs = "^1.9.0" +django-stubs = "^1.12.0" celery-types = "^0.13.1" django-stubs-ext = "^0.5.0" pytest-mypy-plugins = "^1.9.3"