From 42b0a9fe6513f6b04f9b92dabc822c79e67401b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 16:04:22 +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 1.11.2 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development update-type: version-update:semver-major 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 e8b8a6d5..639a77f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ "flaky", "freezegun>=1.5.0,<2.0", "ipdb", - "mypy==1.11.2", + "mypy==2.1.0", "pre-commit", "pytest", "pytest-csv",