From 0e9541fda9bdc660485d826322411ee01105be22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:04:54 +0000 Subject: [PATCH] Bump mypy from 1.9.0 to 1.10.0 (#190) Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-type_check.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index 21f3b90..3f275a5 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -5,8 +5,8 @@ # # pip-compile-multi # -mypy==1.9.0 - # via -r dev_requirements\requirements-type_check.in +mypy==1.10.0 + # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy typing-extensions==4.10.0