From 8ade2c1fe07816b77ead0d322bdb6045c9ed05d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:25:19 +0000 Subject: [PATCH] build(deps): bump mypy from 1.20.1 to 1.20.2 in /block-kit Bumps [mypy](https://github.com/python/mypy) from 1.20.1 to 1.20.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.1...v1.20.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 44bc1ce..3c9e212 100644 --- a/block-kit/requirements.txt +++ b/block-kit/requirements.txt @@ -1,4 +1,4 @@ -mypy==1.20.1 +mypy==1.20.2 pytest==9.0.3 ruff==0.15.11 slack_sdk==3.41.0