diff --git a/poetry.lock b/poetry.lock index 01e1953..b001cd9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -400,7 +400,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mypy" -version = "0.10.0" +version = "0.10.1" description = "Mypy static type checker plugin for Pytest" category = "dev" optional = false @@ -410,7 +410,8 @@ python-versions = ">=3.6" attrs = ">=19.0" filelock = ">=3.0" mypy = [ - {version = ">=0.780", markers = "python_version >= \"3.9\""}, + {version = ">=0.900", markers = "python_version >= \"3.11\""}, + {version = ">=0.780", markers = "python_version >= \"3.9\" and python_version < \"3.11\""}, {version = ">=0.700", markers = "python_version >= \"3.8\" and python_version < \"3.9\""}, ] pytest = [ @@ -638,7 +639,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "3be86181f80f39f9526c2a8d6b1fafa2b89be1b07d1e7d7ce1ded370ce0c75dd" +content-hash = "f7c5568a280ada06327f280e4e63777ecd8622973aa3a4aa1cb599452dfbbd18" [metadata.files] attrs = [ @@ -934,8 +935,8 @@ pytest-cov = [ {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] pytest-mypy = [ - {file = "pytest-mypy-0.10.0.tar.gz", hash = "sha256:e74d632685f15a39c31c551a9d8cec4619e24bd396245a6335c5db0ec6d17b6f"}, - {file = "pytest_mypy-0.10.0-py3-none-any.whl", hash = "sha256:83843dce75a7ce055efb264ff40dad2ecf7abd4e7bd5e5eda015261d11616abb"}, + {file = "pytest-mypy-0.10.1.tar.gz", hash = "sha256:7fe68837449334553e224cc86c6dc1b938772399abb64f510a864fb209593a94"}, + {file = "pytest_mypy-0.10.1-py3-none-any.whl", hash = "sha256:ecf541a28df9e5f992936a1613bee231957df2d40efa662cd7c52ace2e64f43f"}, ] pywin32-ctypes = [ {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, diff --git a/pyproject.toml b/pyproject.toml index 6481006..e0ae4ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ black = "^22.10" mypy = "^0.990" pytest = "^7.2.0" pytest-cov = "^4.0.0" -pytest-mypy = "^0.10.0" +pytest-mypy = "^0.10.1" toml = "^0.10.2" types-toml = "^0.10.8" twine = "^4.0.1"