From 1fed23542d4f1b3405cdf012de0b21125ee061f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 03:23:06 +0000 Subject: [PATCH] chore(deps-dev): bump mypy in the pip-updates group across 1 directory Bumps the pip-updates group with 1 update in the / directory: [mypy](https://github.com/python/mypy). Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 445f2cbc..6ddb7762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dev = [ "flaky", "freezegun>=1.5.0,<2.0", "ipdb", - "mypy==2.1.0", + "mypy==2.3.0", "pre-commit", "pytest", "pytest-cov",