From 45405163e5996639e4a5a1c6e4097166f5480823 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:27:57 +0000 Subject: [PATCH] build(deps): bump mypy from 1.19.0 to 1.19.1 in /block-kit Bumps [mypy](https://github.com/python/mypy) from 1.19.0 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 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 3e38836..ef2a938 100644 --- a/block-kit/requirements.txt +++ b/block-kit/requirements.txt @@ -1,4 +1,4 @@ -mypy==1.19.0 +mypy==1.19.1 pytest==9.0.2 ruff==0.14.9 slack_sdk==3.39.0