From e48c9d6251095be431ab6970b9dea16c138b55c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:33:03 +0000 Subject: [PATCH] pip dev(deps-dev): update mypy requirement in /api 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.19.1...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/pyproject.toml b/api/pyproject.toml index 900cfc223..e06ff879f 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -43,5 +43,5 @@ dev = [ "httpx>=0.28.1", "pytest-asyncio>=1.3.0", "ruff>=0.15.4", - "mypy>=1.19.1", + "mypy>=2.1.0", ]