From 7d7f6ae23db60f1681bca7bfa332d1c8fe8cf909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:24:08 +0000 Subject: [PATCH] chore(deps): Bump mypy from 1.17.1 to 1.18.2 in /dev_requirements Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.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] --- dev_requirements/requirements-type_check.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/requirements-type_check.txt b/dev_requirements/requirements-type_check.txt index 86c9205d5..06edc72e5 100644 --- a/dev_requirements/requirements-type_check.txt +++ b/dev_requirements/requirements-type_check.txt @@ -6,7 +6,7 @@ # iniconfig==2.1.0 # via pytest -mypy==1.17.1 +mypy==1.18.2 # via -r requirements-type_check.in mypy-extensions==1.1.0 # via mypy