From 2a9529d0b667ea263e0cb08a6da68b88e7e3e69e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:00:01 +0000 Subject: [PATCH] chore(deps): Bump mypy from 1.17.1 to 1.18.1 in /dev_requirements Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 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 ea1c09d81..217ba90e8 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.1 # via -r requirements-type_check.in mypy-extensions==1.1.0 # via mypy