From 2f08446de461e420c4ebaecf62a68c1c242c5f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:44:15 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.10.1 to 1.18.2 in /requirements/lintrunner Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/lintrunner/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lintrunner/requirements.txt b/requirements/lintrunner/requirements.txt index 2a913e68f4..19d5d9e529 100644 --- a/requirements/lintrunner/requirements.txt +++ b/requirements/lintrunner/requirements.txt @@ -3,7 +3,7 @@ lintrunner-adapters>=0.8.0 # RUFF, RUFF-FIX ruff==0.14.2 # MYPY -mypy==1.10.1 +mypy==1.18.2 types-PyYAML==6.0.12.20250915 # PYLINT pylint==3.3.9