From d222689431b26b51b1b094618bedd67ee9d4b5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 00:21:22 +0000 Subject: [PATCH] chore: Update pytest-mypy requirement from ==0.10.3 to ==1.0.0 Updates the requirements on [pytest-mypy](https://github.com/realpython/pytest-mypy) to permit the latest version. - [Release notes](https://github.com/realpython/pytest-mypy/releases) - [Commits](https://github.com/realpython/pytest-mypy/compare/v0.10.3...v1.0.0) --- 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 ea193d7..1926bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ chevron = "=0.14.0" [tool.poetry.group.dev.dependencies] pytest = ">=2.8" pytest-cov = ">=2.4.0" -pytest-mypy = "==0.10.3" +pytest-mypy = "==1.0.0" mypy = "==1.14.1" pycodestyle = "^2.12.1" isort = "^5.13.2"