From cc1018872cef18c2c86d5360b62b4e4e4ca9dd53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 23:52:20 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==1.18.* to ==1.19.* 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.18.1...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-testing.txt b/requirements-testing.txt index 6f135bc..9b09e55 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,6 +6,6 @@ pytest-timeout == 2.4.* pytest-xdist == 3.8.* black == 25.* ruff == 0.14.* -mypy == 1.18.* +mypy == 1.19.* psutil == 7.1.* types-PyYAML ~= 6.0