From 0e02e16e2a57235c8cf821119690c7df77f1dfd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 22:51:14 +0000 Subject: [PATCH] Update mypy requirement from <2,>=1.10 to >=1.10,<3 in /analysis 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.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- analysis/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/pyproject.toml b/analysis/pyproject.toml index 3bf35bd..755554e 100644 --- a/analysis/pyproject.toml +++ b/analysis/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=8,<9", - "mypy>=1.10,<2", + "mypy>=1.10,<3", "ruff>=0.5,<1", "uvicorn>=0.30,<1", "httpx>=0.27,<1",