diff --git a/poetry.lock b/poetry.lock index e685e8e..80194af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -396,11 +396,11 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mypy" -version = "0.9.1" +version = "0.10.0" description = "Mypy static type checker plugin for Pytest" category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.6" [package.dependencies] attrs = ">=19.0" @@ -634,7 +634,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "dc1a4b6a7040fadff02eece5900a03a8a402b679dafd613cae23f2a7200543ad" +content-hash = "4751053c977c99f08e4aa434055ff6c3ae391d6077ff1db124ab7e37f69ee2f4" [metadata.files] attrs = [ @@ -926,8 +926,8 @@ pytest-cov = [ {file = "pytest_cov-3.0.0-py3-none-any.whl", hash = "sha256:578d5d15ac4a25e5f961c938b85a05b09fdaae9deef3bb6de9a6e766622ca7a6"}, ] pytest-mypy = [ - {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.0.tar.gz", hash = "sha256:e74d632685f15a39c31c551a9d8cec4619e24bd396245a6335c5db0ec6d17b6f"}, + {file = "pytest_mypy-0.10.0-py3-none-any.whl", hash = "sha256:83843dce75a7ce055efb264ff40dad2ecf7abd4e7bd5e5eda015261d11616abb"}, ] pywin32-ctypes = [ {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, diff --git a/pyproject.toml b/pyproject.toml index 5aa1e9a..917c2fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ black = "^22.8" mypy = "^0.981" pytest = "^7.1.3" pytest-cov = "^3.0.0" -pytest-mypy = "^0.9.1" +pytest-mypy = "^0.10.0" toml = "^0.10.2" types-toml = "^0.10.8" twine = "^4.0.1"