From 08e9bc332eceff74e6da6ee704e1426ca7701421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 17:34:18 +0300 Subject: [PATCH] build(deps-dev): bump pytest-mypy-plugins from 1.11.1 to 2.0.0 (#1662) Bumps [pytest-mypy-plugins](https://github.com/TypedDjango/pytest-mypy-plugins) from 1.11.1 to 2.0.0. - [Release notes](https://github.com/TypedDjango/pytest-mypy-plugins/releases) - [Changelog](https://github.com/typeddjango/pytest-mypy-plugins/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypedDjango/pytest-mypy-plugins/compare/1.11.1...2.0.0) --- updated-dependencies: - dependency-name: pytest-mypy-plugins dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 25 +++++++------------------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/poetry.lock b/poetry.lock index c26082b6e..3a3b363a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -332,17 +332,6 @@ files = [ {file = "charset_normalizer-3.1.0-py3-none-any.whl", hash = "sha256:3d9098b479e78c85080c98e1e35ff40b4a31d8953102bb0fd7d1b6f8a2111a3d"}, ] -[[package]] -name = "chevron" -version = "0.14.0" -description = "Mustache templating language renderer" -optional = false -python-versions = "*" -files = [ - {file = "chevron-0.14.0-py3-none-any.whl", hash = "sha256:fbf996a709f8da2e745ef763f482ce2d311aa817d287593a5b990d6d6e4f0443"}, - {file = "chevron-0.14.0.tar.gz", hash = "sha256:87613aafdf6d77b6a90ff073165a61ae5086e21ad49057aa0e53681601800ebf"}, -] - [[package]] name = "click" version = "8.1.3" @@ -1662,21 +1651,21 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mypy-plugins" -version = "1.11.1" +version = "2.0.0" description = "pytest plugin for writing tests for mypy plugins" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-mypy-plugins-1.11.1.tar.gz", hash = "sha256:10b51b8b6d6573589d5c1482ced943efa2571df842749cbb2a2446d82c710a49"}, - {file = "pytest_mypy_plugins-1.11.1-py3-none-any.whl", hash = "sha256:d218e1aa20f20c751fe69f149deec6ec978b024c78ce3645e08d083acabf43d6"}, + {file = "pytest-mypy-plugins-2.0.0.tar.gz", hash = "sha256:98e57cbfe87a3667ca3f3808dda86cbe9ee9d76fed5ed50d1946ea6125d09eda"}, + {file = "pytest_mypy_plugins-2.0.0-py3-none-any.whl", hash = "sha256:365ed0b144de29ffde7a8b157f48638ae12f9c06197d06bbfc4890e0ba2cec9c"}, ] [package.dependencies] -chevron = "*" decorator = "*" -mypy = ">=0.970" +Jinja2 = "*" +mypy = ">=1.3" packaging = "*" -pytest = ">=6.2.0" +pytest = ">=7.0.0" pyyaml = "*" regex = "*" @@ -2582,4 +2571,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "18cd7cc3d91537f3b193acaf27bd3ef3cc631ad259f53b0e399cdea074659721" +content-hash = "636aaf5ad7b82b61d778ffb85e79d16c38efb3fd826f96170c61c36bb0921df7" diff --git a/pyproject.toml b/pyproject.toml index 6738af0dc..fb10d6ce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ safety = "^2.3" pytest = "^7.4" pytest-cov = "^4.1" pytest-randomly = "^3.12" -pytest-mypy-plugins = "^1.11" +pytest-mypy-plugins = "^2.0" pytest-subtests = "^0.11" hypothesis = "^6.79"