From caf566442bb37303c9e929e0d63e7d53d549dc2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:14:35 +0000 Subject: [PATCH] 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 146b8e8..beab734 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -e . build==1.3.0 docutils==0.22.2 -mypy==1.18.2; implementation_name=="cpython" +mypy==1.19.0; implementation_name=="cpython" pre-commit==4.3.0 pytest==8.4.2 pytest-asyncio==1.2.0