From bd07724207ba73337e2f470d4c3b34d6dbe0c788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 20:08:30 +0000 Subject: [PATCH] chore(deps)(deps-dev): update mypy requirement Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 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 b8dd77d..3b3f6e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dev = [ "pytest-asyncio>=1.0,<2", "respx>=0.21,<1", "ruff>=0.4,<1", - "mypy>=1.10,<2", + "mypy>=1.10,<3", "pytest-cov>=7.1.0", ]