From a6f0b7aa22c380947f264f17d6a809e8720e08ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 21:46:51 +0000 Subject: [PATCH] chore(deps): bump mypy from 2.1.0 to 2.2.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index cd7fbc1241aa..419631ba4218 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -100,7 +100,7 @@ markupsafe==3.0.3 # via jinja2 mypy==1.19.1 ; python_full_version < '3.10' # via cryptography (pyproject.toml:dev) -mypy==2.1.0 ; python_full_version >= '3.10' +mypy==2.2.0 ; python_full_version >= '3.10' # via cryptography (pyproject.toml:dev) mypy-extensions==1.1.0 # via mypy