diff --git a/poetry.lock b/poetry.lock index 5e7e97e..0badb1b 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.2" +version = "0.10.3" description = "Mypy static type checker plugin for Pytest" category = "dev" optional = false @@ -639,7 +639,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "14ffb4a3436f359c64a3ef954ee13c2cf9325817c61482ea2b752ab7bcf59d10" +content-hash = "c04f440646664211dbf0400373cf95150f377fe24fa52f9b60f03c8064f4822d" [metadata.files] attrs = [ @@ -926,8 +926,8 @@ pytest-cov = [ {file = "pytest_cov-4.0.0-py3-none-any.whl", hash = "sha256:2feb1b751d66a8bd934e5edfa2e961d11309dc37b73b0eabe73b5945fee20f6b"}, ] pytest-mypy = [ - {file = "pytest-mypy-0.10.2.tar.gz", hash = "sha256:efc89a9f54976995a39b98fd3672ccf958d03de8463dad0261aecc166a308b96"}, - {file = "pytest_mypy-0.10.2-py3-none-any.whl", hash = "sha256:486a2b2ca1ebd15794b74f14e7b1bf550ecb23c670dc62df5b25ed98d5c47de4"}, + {file = "pytest-mypy-0.10.3.tar.gz", hash = "sha256:f8458f642323f13a2ca3e2e61509f7767966b527b4d8adccd5032c3e7b4fd3db"}, + {file = "pytest_mypy-0.10.3-py3-none-any.whl", hash = "sha256:7638d0d3906848fc1810cb2f5cc7fceb4cc5c98524aafcac58f28620e3102053"}, ] pywin32-ctypes = [ {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, diff --git a/pyproject.toml b/pyproject.toml index eb6a0c9..9cc7c5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ black = "^22.12" mypy = "^0.991" pytest = "^7.2.0" pytest-cov = "^4.0.0" -pytest-mypy = "^0.10.2" +pytest-mypy = "^0.10.3" toml = "^0.10.2" types-toml = "^0.10.8" twine = "^4.0.2"