From 7d2c5f07acb58e70ab55512f860e754a0ea8155b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 10:18:29 +0000 Subject: [PATCH] Build(deps): Bump mypy from 1.16.1 to 1.17.1 in the minor group Bumps the minor group with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.1...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9268ce8..452b6b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.13.5", ] dev-mypy = [ - "mypy == 1.16.1", + "mypy == 1.17.1", "types-Markdown == 3.8.0.20250415", # For checking the noxfile, docs/ script, and tests "pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",