From 033eb2fc305ab02a5a6709034dda3b180bbf7f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 14:22:31 +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.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.1...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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 16ca500747b66b..c2408cbbdc5866 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.3.0 vermin==1.8.0 pylint==4.0.5 docutils==0.22.4