From c8ce8382eb2729d52848a889fdae5c084a5d7671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:22:07 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.10.1 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.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) --- 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 a0dcb92..6dd4324 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -1 +1 @@ -mypy==1.10.0 +mypy==1.10.1