From 2cc67fec4c1d0f4d4844f24765d47e4ca5cabc49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 01:09:34 +0000 Subject: [PATCH 1/2] Bump mypy from 1.17.0 to 1.17.1 Bumps [mypy](https://github.com/python/mypy) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 73183d0d..a56f67dc 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ pylint>=3.0.0 # Optional: For IDE integration and manual use (pre-commit handles these automatically) black==25.1.0 -mypy==1.17.0 +mypy==1.17.1 # C++ linting cpplint>=1.6.0 From 5843cd7f9daa554940698e6f76846077b6e28421 Mon Sep 17 00:00:00 2001 From: Jose Rojas Chaves Date: Tue, 19 Aug 2025 10:35:15 -0600 Subject: [PATCH 2/2] Update pyproject.toml to mypy 1.17.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9859c8df..17ad5ced 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dev = [ # pre-commit installs its own version of the tools below, # but it is convenient to have them locally, too "ruff>=0.8.0", - "mypy==1.17.0", + "mypy==1.17.1", "cpplint>=1.6.0", "pydantic>=2.0.0", # Enables "doxygen" for python