From 263d33aad9372da8260c59b368047df10152ef1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:55:55 +0000 Subject: [PATCH] chore(deps): update mypy requirement Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f4847a2..69295b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ constraint-dependencies = [ [dependency-groups] dev = [ - "mypy>=1.0.0,<2.0.0", + "mypy>=2.3.1,<3.0.0", "pyright>=1.1.405", "ruff>=0.9.7,<1.0.0", "types-requests>=2.31.0,<3.0.0",