From 53db500c8509b2dc157cd4c5072e4fb596c4d65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 20:22:30 +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 2f3be8a..6b3489e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -710,19 +710,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\""}, {version = ">=4.6", markers = "python_version >= \"3.6\" and python_version < \"3.10\""}, @@ -991,4 +994,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d6326a94249d273774cb535bb48275771096ec76e87db345b723c808578ce331" +content-hash = "8c6ca88c5bfea846fc98896afe00758f04bc519005d374673d43df2af5b10f65" diff --git a/pyproject.toml b/pyproject.toml index 4d04580..9caf1a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ pytest-cov = ">=3,<5" typeguard = "^2.13.3" 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"