From 994c33897caeb8d45df861695095b6dc7f55fc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:35:13 +0000 Subject: [PATCH] Bump mypy from 1.4.1 to 1.6.1 in /python Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.4.1...v1.6.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 0b5a8ee..6cb3c5b 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,4 +3,4 @@ pytest == 7.4.2; python_version >= '3.7' pytest-parametrization == 2022.2.1 mypy == 0.971; python_version < '3.7' mypy == 1.4.1; python_version == '3.7.*' -mypy == 1.6.0; python_version >= '3.8' +mypy == 1.6.1; python_version >= '3.8'