From 9c170956cd08b372ef5dafc81e4556623e6b6731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 22:03:27 +0000 Subject: [PATCH] Bump mypy from 1.18.2 to 2.1.0 Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 2.1.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a77050feb..1c65711f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ pytest==9.0.3 isort==6.0.1 black==26.3.1 flake8==7.3.0 -mypy==1.18.2 +mypy==2.1.0 ruamel.yaml==0.18.15