From 84ce706d1811faeceaa317d14c03fa66390dd94a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:30:06 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.18.2 to 1.19.0 Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.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 1a18a1b5..fa40803b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ flake8-coding==1.3.2 pre-commit==4.3.0 isort==6.0.1 pylint==3.3.8 -mypy==1.18.2 +mypy==1.19.0 bandit==1.8.6 pydocstringformatter==0.7.5 tox==4.32.0