From dbf2cbb15f252aad92ed9d880d272765f1a1c2ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 22:25:50 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.16.1 to 1.17.1 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.16.1 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 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 20be11b..48ee8c2 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.16.1 +mypy==1.17.1 pylint==3.3.7 bandit==1.8.5 pydocstringformatter==0.7.3