From bd81c25e661ab59bd321ee290d0ab5e6bdf4a709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 07:23:55 -0500 Subject: [PATCH] chore(deps): bump mypy from 1.14.1 to 1.15.0 (#12424) Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 3ec566998..19f653609 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -113,7 +113,7 @@ markupsafe==3.0.2 ; python_full_version >= '3.9' # via jinja2 mypy==1.4.1 ; python_full_version < '3.8' # via cryptography (pyproject.toml) -mypy==1.14.1 ; python_full_version == '3.8.*' +mypy==1.15.0 ; python_full_version == '3.8.*' # via cryptography (pyproject.toml) mypy==1.15.0 ; python_full_version >= '3.9' # via cryptography (pyproject.toml)