From c697d14f6e0fb8a9791d9e820073f93dfe4099d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:23:22 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from 2.2.0 to 2.3.0 Bumps [mypy](https://github.com/python/mypy) from 2.2.0 to 2.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-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 8957067..4dd7a52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ tox = [ "tox-uv==1.36.0", # https://github.com/tox-dev/tox-uv (latest: 1.36.0) ] typing = [ - "mypy==2.2.0", # https://github.com/python/mypy (latest: 1.9.0) + "mypy==2.3.0", # https://github.com/python/mypy (latest: 1.9.0) ] [tool.tox]