From cf4ffbe64e1ec23e1863dd111416d15cfcf4af3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 09:16:09 +0000 Subject: [PATCH] build(deps): bump mypy from 1.17.1 to 1.18.2 in /clients/py 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] --- clients/py/optional-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/py/optional-requirements.txt b/clients/py/optional-requirements.txt index 292fc7f0..7101ebd0 100644 --- a/clients/py/optional-requirements.txt +++ b/clients/py/optional-requirements.txt @@ -1,7 +1,7 @@ flake8==7.3.0 iniconfig==2.1.0 mccabe==0.7.0 -mypy==1.17.1 +mypy==1.18.2 mypy-extensions==1.1.0 packaging==25.0 pluggy==1.6.0