From da198737f8a638a473084ddf56b37b871f2e3ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:59:34 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.18.2 to 1.19.0 in /requirements/in 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/in/local.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/in/local.in b/requirements/in/local.in index 881d69a..16df733 100644 --- a/requirements/in/local.in +++ b/requirements/in/local.in @@ -21,7 +21,7 @@ flake8==7.3.0 flake8-coding==1.3.2 pre-commit==4.3.0 isort==7.0.0 -mypy==1.18.2 +mypy==1.19.0 pylint==4.0.1 bandit==1.8.6 pydocstringformatter==0.7.5