From b05297799852148c3dd5a1d2ef468b6e8fd57ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 04:58:41 +0000 Subject: [PATCH] Update pytest-mypy requirement from ==0.8.1 to ==0.10.3 Updates the requirements on [pytest-mypy](https://github.com/dbader/pytest-mypy) to permit the latest version. - [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.8.1...v0.10.3) --- updated-dependencies: - dependency-name: pytest-mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fff106b..d41f6f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ boto3 = ">=1.9.71,<2.0.0" coverage = ">=4.4" jsonpickle = ">1.4.1" pytest-cov = ">=2.4.0" -pytest-mypy = "==0.8.1" +pytest-mypy = "==0.10.3" mypy = "==0.910"