From 2fe32b28b05d8918dda6f7a34e6d9d4148dde818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 01:42:49 +0000 Subject: [PATCH] Bump mypy from 1.10.1 to 1.11.0 (#11303) Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.11.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.11) --- 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 6f668ef05061..818725867f3b 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -52,7 +52,7 @@ jinja2==3.1.4 # via sphinx markupsafe==2.1.5 # via jinja2 -mypy==1.10.1 +mypy==1.11.0 # via cryptography (pyproject.toml) mypy-extensions==1.0.0 # via mypy