From 8c83b8be7e07589a9cc228e512f9570112c6c0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 22:03:19 +0000 Subject: [PATCH] build(deps): bump mypy from 2.1.0 to 2.3.0 Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.3.0. - [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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 968289761..fad92d230 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ pytest==9.1.1 isort==8.0.1 black==26.5.1 flake8==7.3.0 -mypy==2.1.0 +mypy==2.3.0 ruamel.yaml==0.19.1