From c89bfde64e7a515813e317acef27ee93f5c1917a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 20:09:37 +0000 Subject: [PATCH] build(deps-dev): bump pytest-mypy from 0.9.1 to 0.10.3 Bumps [pytest-mypy](https://github.com/dbader/pytest-mypy) from 0.9.1 to 0.10.3. - [Release notes](https://github.com/dbader/pytest-mypy/releases) - [Changelog](https://github.com/realpython/pytest-mypy/blob/v0.10.3/changelog.md) - [Commits](https://github.com/dbader/pytest-mypy/compare/v0.9.1...v0.10.3) --- updated-dependencies: - dependency-name: pytest-mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 +++++++++------ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2bb5e00..e9b9d9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1004,19 +1004,22 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mypy" -version = "0.9.1" +version = "0.10.3" description = "Mypy static type checker plugin for Pytest" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" files = [ - {file = "pytest-mypy-0.9.1.tar.gz", hash = "sha256:9ffa3bf405c12c5c6be9e92e22bebb6ab2c91b9c32f45b0f0c93af473269ab5c"}, - {file = "pytest_mypy-0.9.1-py3-none-any.whl", hash = "sha256:a2505fcf61f1c0c51f950d4623ea8ca2daf6fb2101a5603554bad2e130202083"}, + {file = "pytest-mypy-0.10.3.tar.gz", hash = "sha256:f8458f642323f13a2ca3e2e61509f7767966b527b4d8adccd5032c3e7b4fd3db"}, + {file = "pytest_mypy-0.10.3-py3-none-any.whl", hash = "sha256:7638d0d3906848fc1810cb2f5cc7fceb4cc5c98524aafcac58f28620e3102053"}, ] [package.dependencies] attrs = ">=19.0" filelock = ">=3.0" -mypy = {version = ">=0.780", markers = "python_version >= \"3.9\""} +mypy = [ + {version = ">=0.900", markers = "python_version >= \"3.11\""}, + {version = ">=0.780", markers = "python_version >= \"3.9\" and python_version < \"3.11\""}, +] pytest = {version = ">=6.2", markers = "python_version >= \"3.10\""} [[package]] @@ -1627,4 +1630,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "995935f495cae5b38f5e36e3b8fe50c144f0a1b941a46ce1fb109fd077538dc7" +content-hash = "87ec990aa66911459d133d455b6fdfd44d84c0b0a4da00733adb9e002b48d276" diff --git a/pyproject.toml b/pyproject.toml index afd11d3..ce99148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pytest-asyncio = ">=0.18.3,<0.22.0" pytest-cov = "^4.1.0" docformatter = "^1.4" pytest-pylint = ">=0.18,<0.20" -pytest-mypy = "^0.9.1" +pytest-mypy = ">=0.9.1,<0.11.0" pydocstyle = "^6.1.1" pytest-pydocstyle = "^2.3.0" pyenchant = "^3.2.2"