From c14ed8d45e977873bb214f78842229b241d22e39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 12:05:13 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-mypy from 0.10.3 to 1.0.1 Bumps [pytest-mypy](https://github.com/realpython/pytest-mypy) from 0.10.3 to 1.0.1. - [Release notes](https://github.com/realpython/pytest-mypy/releases) - [Commits](https://github.com/realpython/pytest-mypy/compare/v0.10.3...v1.0.1) --- updated-dependencies: - dependency-name: pytest-mypy dependency-version: 1.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b95fb915..551263de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "coverage>=4.4", "jsonpickle>1.4.1", "pytest-cov>=2.4.0", - "pytest-mypy==0.10.3", + "pytest-mypy==1.0.1", "mypy==2.2.0", "pycodestyle>=2.12.1,<3", "isort>=5.13.2,<9",