From 684a49dccd4f743c9ce80eec477e9afbe5759ba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 22:53:14 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.17.1 to 1.19.1 Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.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 a25b6ad..28bc864 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -13,7 +13,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.19.1 pylint==4.0.4 bandit==1.8.6 pydocstringformatter==0.7.5