From 80ac062f75a699c4b080c8bd347fc30d0dcc7272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:53:00 +0000 Subject: [PATCH] build(deps-dev): Bump mypy from 2.1.0 to 2.2.0 in /apps/api Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.2.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 67de175..6a71f70 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -40,7 +40,7 @@ dev = [ # stale local ruff hasn't, so `ruff check` is green locally but red in CI. Bump # deliberately after fixing any new findings locally. "ruff==0.15.20", - "mypy==2.1.0", + "mypy==2.2.0", ] # Preinstalled in the runtime image so the agent can edit real documents: # spreadsheets (openpyxl), Word docs (python-docx), and tabular data (pandas).