From e0aa0d762eb25f1ce685f88ec1bba3a206b225ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:23:53 +0200 Subject: [PATCH] Bump mypy from 1.10.0 to 1.10.1 (#417) Bumps [mypy](https://github.com/python/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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev_requirements/requirements-type_check.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index 987d5b0..fb917ab 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -5,11 +5,11 @@ # # pip-compile-multi # -mypy==1.10.0 - # via -r dev_requirements\requirements-type_check.in +mypy==1.10.1 + # via -r dev_requirements/requirements-type_check.in mypy-extensions==1.0.0 # via mypy types-xmltodict==0.13.0.3 - # via -r dev_requirements\requirements-type_check.in + # via -r dev_requirements/requirements-type_check.in typing-extensions==4.11.0 # via mypy