From 190e079731ee80580452abfab9f4bdcd1a3123dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 21:18:29 +0000 Subject: [PATCH] :arrow_up: Bump mypy from 1.19.1 to 2.0.0 Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 2.0.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a369789..4570b43c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ testing-docutils = [ [dependency-groups] mypy = [ - "mypy==1.19.1", + "mypy==2.0.0", "types-urllib3", "sphinx~=8.2", "markdown-it-py~=4.2",