From f27466834f1a4303383d7c3a9eedfb1075df6d7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 07:27:49 +0000 Subject: [PATCH] build(deps): bump mypy from 2.3.0 to 2.3.1 in /methods Bumps [mypy](https://github.com/python/mypy) from 2.3.0 to 2.3.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- methods/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/methods/requirements.txt b/methods/requirements.txt index eb4a1ef..8b280d7 100644 --- a/methods/requirements.txt +++ b/methods/requirements.txt @@ -1,4 +1,4 @@ -mypy==2.3.0 +mypy==2.3.1 ruff==0.15.21 slack-cli-hooks==0.3.0 slack_sdk==3.43.0