From 455b2cd795122ea94738c0a4fabec077a5860dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 03:27:28 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.19.1 to 1.20.0 Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 075c7d5f..f66abbff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ flake8-coding==1.3.2 pre-commit==4.5.1 isort==7.0.0 pylint==4.0.5 -mypy==1.19.1 +mypy==1.20.0 bandit==1.9.3 pydocstringformatter==0.7.5 tox==4.46.3