From 1c0382b672e767c2d5655ecbd7167da865b268bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 05:23:02 +0000 Subject: [PATCH] Bump mypy from 1.11.1 to 1.11.2 in /requirements in the actions group Bumps the actions group in /requirements with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.1...v1.11.2) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- requirements/typecheck.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index e5e936e..0c13263 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -1,2 +1,2 @@ -mypy==1.11.1 +mypy==1.11.2 types-termcolor==1.1.6.2