From 09baef7fe00afe39a526f54c942bc3007df2b5b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 00:17:12 +0000 Subject: [PATCH] Bump mypy from 1.14.0 to 1.15.0 in /python Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.0...v1.15.0) --- 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 0db2104..1b8f84d 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -4,7 +4,7 @@ pytest == 8.3.4; 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.14.0; python_version >= '3.8' +mypy == 1.15.0; python_version >= '3.8' yappi == 1.6.10 snakeviz == 2.2.1; python_version < '3.9' snakeviz == 2.2.2; python_version >= '3.9'