From 60888dc5e0f66b3a3564deec17b0f3f93b964ac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 15:06:39 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==1.17.* to ==1.18.* 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.17.0...v1.18.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.1 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 e850cda5..9297a2f2 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,4 +6,4 @@ pytest-xdist == 3.8.* types-PyYAML ~= 6.0 black == 25.* ruff == 0.12.* -mypy == 1.17.* \ No newline at end of file +mypy == 1.18.* \ No newline at end of file