From ad226195a7fb27746aaf0e5c8abbe527cc44c826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 20:04:25 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from <2,>=1.11 to >=1.11,<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/v1.11...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 7620b62..4708307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "httpx>=0.27,<1", - "mypy>=1.11,<2", + "mypy>=1.11,<3", "pre-commit>=3.8,<5", "pytest>=8.3,<10", "pytest-cov>=5,<8",