From b13a5de80fcab808996755d6a18393b58f3b326b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:32:55 +0000 Subject: [PATCH] [Dependabot]: Update mypy[reports] requirement from ~=1.18 to ~=1.19 Updates the requirements on [mypy[reports]](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.18.1...v1.19.0) --- updated-dependencies: - dependency-name: mypy[reports] dependency-version: 1.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 7a7add3..ee913e0 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,6 +8,6 @@ pytest ~= 9.0 pytest-cov ~= 7.0 # Static Type Checking -mypy[reports] ~= 1.18 +mypy[reports] ~= 1.19 typing_extensions ~= 4.15 lxml >= 5.4, <7.0