From 958f4b7083c8a3819f5c2957b4666a3b78a4377c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 00:14:44 +0000 Subject: [PATCH] chore: Update mypy requirement from ==1.17.1 to ==1.18.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.17.1...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.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 c330a12..bad8d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ chevron = "=0.14.0" pytest = ">=2.8" pytest-cov = ">=2.4.0" pytest-mypy = "==1.0.1" -mypy = "==1.17.1" +mypy = "==1.18.1" pycodestyle = "^2.12.1" isort = ">=5.13.2,<7.0.0"