From 46c8ffb28ef024e5357210f73cee3c1136670579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:01:17 +0000 Subject: [PATCH] build(deps-dev): bump mypy from 2.3.0 to 2.3.1 in /tools/secure_boot_hil Bumps [mypy](https://github.com/python/mypy) from 2.3.0 to 2.3.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tools/secure_boot_hil/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/secure_boot_hil/pyproject.toml b/tools/secure_boot_hil/pyproject.toml index 587115d..e5132e5 100644 --- a/tools/secure_boot_hil/pyproject.toml +++ b/tools/secure_boot_hil/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "mypy==2.3.0", + "mypy==2.3.1", "pytest==7.4.4", "ruff==0.16.1", ]