From a619b6ecd1c74c8048e0ba448439b2a72685e2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 16:57:51 +0000 Subject: [PATCH] chore(deps): update mypy requirement from ==1.15.* to ==1.16.* 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.15.0...v1.16.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.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 16e8e38..fbeefe7 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -6,4 +6,4 @@ pytest-xdist == 3.7.* types-PyYAML == 6.* black == 25.* ruff == 0.11.* -mypy == 1.15.* +mypy == 1.16.*