From 7092f24a8c94ddf442193c47bf27151de1409ff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:19:21 +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 ebb80e0..a3aa02d 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -1 +1 @@ -mypy==1.11.1 +mypy==1.11.2