From 9ace7c107b2ba36798729b72c659b5cd4a3f1258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 00:45:56 +0000 Subject: [PATCH] chore: Update pytest-mypy requirement from ==1.0.0 to ==1.0.1 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/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: pytest-mypy dependency-version: 1.0.1 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 1926bc4..02874e4 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 = "==1.0.0" +pytest-mypy = "==1.0.1" mypy = "==1.14.1" pycodestyle = "^2.12.1" isort = "^5.13.2"