From 521bfe519ef9c505d39f7d737a55af21cdc73fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:32:41 +0000 Subject: [PATCH] build(deps-dev): update mypy requirement from >=2.1.0 to >=2.3.0 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.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b8481b03..1ade2b70 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ boto3>=1.43.14 botocore>=1.43.24 pylint>=4.0.5 ansible-doc-extractor>=0.1.11 -mypy>=2.1.0 +mypy>=2.3.0 ansible>=7.5.0 Jinja2>=3.1.6 black>=26.3.1