From 07945d66cdd60c7a63ee9b6d6de73cae68a14bb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 10:33:30 +0000 Subject: [PATCH] chore(deps-dev): Bump mypy in /apps/python-extractor Bumps [mypy](https://github.com/python/mypy) from 1.20.2 to 2.0.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/python-extractor/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/python-extractor/pyproject.toml b/apps/python-extractor/pyproject.toml index b839d115..70cfc9bd 100644 --- a/apps/python-extractor/pyproject.toml +++ b/apps/python-extractor/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "pytest==9.0.3", "pytest-asyncio==1.3.0", "ruff==0.15.12", - "mypy==1.20.2", + "mypy==2.0.0", # P2-1: stub the Azure Responses API in always-on tests. MSW-style # route matching on httpx calls; no real network. "respx==0.23.1",