From f0b53404790b08835b1cfc852614e1dd6f9da18e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:03:32 +0000 Subject: [PATCH] build(deps): bump mypy in /.github/workflows/requirements/style Bumps [mypy](https://github.com/python/mypy) from 1.20.1 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.1...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/requirements/style/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/style/requirements.txt b/.github/workflows/requirements/style/requirements.txt index ebf80301f57416..9b84fded4793b4 100644 --- a/.github/workflows/requirements/style/requirements.txt +++ b/.github/workflows/requirements/style/requirements.txt @@ -2,7 +2,7 @@ black==25.12.0 clingo==5.8.0 flake8==7.3.0 isort==7.0.0 -mypy==1.20.1 +mypy==2.1.0 vermin==1.8.0 pylint==4.0.5 docutils==0.22.4