From fec3e99048b8a320ef69b1fc880c0744ea9bb76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:09:57 +0000 Subject: [PATCH] :arrow_up: Update mypy requirement from <1.19 to <1.20 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.10.0...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 3df158c..7638b4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ "pytest>=8.1.2", "pytest-cov>=5.0.0", "mypy>=1.10.0; platform_python_implementation != \"PyPy\"", - "mypy<1.19; platform_python_implementation == \"PyPy\"", + "mypy<1.20; platform_python_implementation == \"PyPy\"", "toml>=0.10.2", "tox", "black",