From faa3f31fad908ff979fc05a2d4a5e003cdc26102 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 19:51:18 +0000 Subject: [PATCH] Bump mypy from 1.5.1 to 1.10.0 Bumps [mypy](https://github.com/python/mypy) from 1.5.1 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/requirements-type_check.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index fef43b3b..820130b3 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -4,7 +4,7 @@ # # pip-compile dev_requirements/requirements-type_check.in # -mypy==1.5.1 +mypy==1.10.0 # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy