From df00f9dbd956aa10b99c9df785f2cf3a91acbd0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 21:50:40 +0200 Subject: [PATCH] Chore(deps): Bump mypy from 1.17.0 to 1.17.1 (#2325) 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27884f7c..43296a6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ version = "0.0.0" test = [ "codespell==2.4.1", "isort==6.0.1", - "mypy==1.17.0", + "mypy==1.17.1", "pre-commit==4.3.0", "pre-commit-hooks==5.0.0", "pytest==8.4.1", -- 2.34.1