From 2c35f8cf0e2c6fd0a56c9abcd11afe83172cdf69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:01:47 +0000 Subject: [PATCH] Bump mypy from 1.17.1 to 1.18.2 in /dev_tools/requirements/deps 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_tools/requirements/deps/mypy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_tools/requirements/deps/mypy.txt b/dev_tools/requirements/deps/mypy.txt index ae89543d804..2cde577bde1 100644 --- a/dev_tools/requirements/deps/mypy.txt +++ b/dev_tools/requirements/deps/mypy.txt @@ -1,5 +1,5 @@ # the mypy dependency file -mypy==1.17.1 +mypy==1.18.2 # packages with stub types for various libraries types-protobuf>=5.26.1, <7.0dev