From d9487c5dfc413f7d8996e5ba75256053965d31db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:30:01 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.17.1 to 1.18.2 in /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] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 50e5df2..d215075 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -16,7 +16,7 @@ flake8==7.3.0 flake8-coding==1.3.2 pre-commit==4.2.0 isort==6.0.1 -mypy==1.17.1 +mypy==1.18.2 pylint==3.3.7 bandit==1.8.5 pydocstringformatter==0.7.3