From 2b69d40063e50ace27e14f7c065c3bec3fba6eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:24:43 +0000 Subject: [PATCH] deps(deps-dev): bump mypy from 1.20.2 to 2.3.0 Bumps [mypy](https://github.com/python/mypy) from 1.20.2 to 2.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.2...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 221263d..7e95241 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ black==26.3.1 isort==8.0.1 flake8==7.3.0 -mypy==1.20.2 +mypy==2.3.0 # Testing pytest==9.0.3