From 57e94a7450d0a91689bbfabb90102e153e033ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 07:23:43 +0000 Subject: [PATCH] Bump mypy from 1.4.1 to 2.0.0 in /glean-core/python Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 2.0.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.4.1...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] --- glean-core/python/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index 38b31646ab..0a88b65803 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -1,6 +1,6 @@ coverage[toml]==7.2.2 jsonschema==3.2.0 -mypy==1.4.1 +mypy==2.0.0 pdoc3==0.11.6 pip pytest-localserver==0.10.0