From 9eac7dddf8ecbc7822bcc2d0b95185608e535c95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 04:20:23 +0000 Subject: [PATCH] chore: Update mypy requirement from ==1.18.2 to ==1.19.1 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c1f44a..82a4194 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pytest = ">=2.8" pytest-cov = ">=2.4.0" pytest-mypy = "==1.0.1" pytest-asyncio = ">=0.21.0" -mypy = "==1.18.2" +mypy = "==1.19.1" pycodestyle = "^2.12.1" isort = ">=5.13.2,<7.0.0"