From 4d517ad7a8cef611d23e4d155bbf7d6c7d9686bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:05:17 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.10.1 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] --- 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