From 776a07590b20036aef1dd7da6372d5f782c08d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 13:23:33 +0000 Subject: [PATCH] build(deps): bump mypy from 2.1.0 to 2.2.0 in /block-kit 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] --- block-kit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block-kit/requirements.txt b/block-kit/requirements.txt index 28503cf..4c02411 100644 --- a/block-kit/requirements.txt +++ b/block-kit/requirements.txt @@ -1,4 +1,4 @@ -mypy==2.1.0 +mypy==2.2.0 pytest==9.1.1 ruff==0.15.20 slack_sdk==3.43.0