From 7503074b46e4d90902f7c5077cf13aaeb666533a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:59:53 +0000 Subject: [PATCH] :arrow_up: Bump mypy from 1.19.1 to 1.20.1 Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 1.20.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.1) --- 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 1f9440f9..04503296 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ testing-docutils = [ [dependency-groups] mypy = [ - "mypy==1.19.1", + "mypy==1.20.1", "types-urllib3", "sphinx~=8.2", "markdown-it-py~=4.0",