From b65f7b1c063df4b1d6c42cf5d948989ac0f49ecd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:14:15 +0000 Subject: [PATCH] build(deps): bump mypy from 2.0.0 to 2.1.0 in /block-kit Bumps [mypy](https://github.com/python/mypy) from 2.0.0 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.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 7a6e621..954aadf 100644 --- a/block-kit/requirements.txt +++ b/block-kit/requirements.txt @@ -1,4 +1,4 @@ -mypy==2.0.0 +mypy==2.1.0 pytest==9.0.3 ruff==0.15.12 slack_sdk==3.41.0