From 1522fabfb48238f3395d8fd1956ec66b3e12c23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:11:49 +0000 Subject: [PATCH] Update mypy requirement from ~=1.19.1 to ~=1.20.0 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.19.1...v1.20.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.0 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 78237a71..e380c37f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "pytest-xdist~=3.8.0", ] types = [ - "mypy~=1.19.1", + "mypy~=1.20.0", "types-beautifulsoup4~=4.12.0", "types-Markdown~=3.10.2", "types-requests~=2.32.4",