From d12ed47aebeb69496fd838c8b49f2f46dd4e0f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:58:41 +0000 Subject: [PATCH] build(deps): bump mypy from 1.10.1 to 1.14.1 in /python Bumps [mypy](https://github.com/python/mypy) from 1.10.1 to 1.14.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.1...v1.14.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index de68f5f5..0ed37135 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -42,7 +42,7 @@ optional-dependencies = { devel = [ "pytest", "coverage", "ruff==0.5.2", - "mypy==1.10.1", + "mypy==1.14.1", ] } dynamic = ["version"]