From 9e77d7c595711d596006c31b19c74f6684f1fde9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:52:43 +0000 Subject: [PATCH] [Dependabot]: Update mypy requirement from ~=2.1 to ~=2.2 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/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/typing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/typing/requirements.txt b/tests/typing/requirements.txt index cde824b9..fdf0f4f9 100644 --- a/tests/typing/requirements.txt +++ b/tests/typing/requirements.txt @@ -1,6 +1,6 @@ -r ../../requirements.txt # Static Type Checking -mypy[reports] ~= 2.1 +mypy[reports] ~= 2.2 typing_extensions ~= 4.16 lxml >= 6.1 , <7.0