From ea522fe177c2050d4fa6b5f2c28c103a938367ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:53:52 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from <3,>=2.1.0 to >=2.3.0,<3 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/v2.1.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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 b802df0..1f1f011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "pytest-asyncio>=1.4.0,<2", "pytest-cov>=7.1.0,<8", "ruff>=0.15.14,<1", - "mypy>=2.1.0,<3", + "mypy>=2.3.0,<3", ] [tool.ruff]