From ff41bf2b1e3de542b30ccd480e90c5dc04c64b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 20:05:11 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66c13db..c022f05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "pytest>=9.1.1", "pytest-asyncio>=1.4.0", "httpx>=0.28.1", - "mypy>=2.3.0", + "mypy>=2.3.1", ] [project.urls]