From f02fb7faa6dedb08fdc9b6e1f0f2ca639f6d6496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:50:54 +0000 Subject: [PATCH] Bump mypy from 1.4.1 to 1.9.0 in /python Bumps [mypy](https://github.com/python/mypy) from 1.4.1 to 1.9.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.4.1...1.9.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index d0f772d..c511cdb 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -3,7 +3,7 @@ pytest == 7.4.4; python_version in '3.7' pytest == 8.1.1; python_version >= '3.8' pytest-parametrization == 2022.2.1 mypy == 0.971; python_version < '3.7' -mypy == 1.4.1; python_version in '3.7' +mypy == 1.9.0; python_version in '3.7' mypy == 1.9.0; python_version >= '3.8' yappi == 1.6.0 snakeviz == 2.2.0