From ce0e2451a0ce087646ae5e8be3604e1b00b3b549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:00:34 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=1.10.0 to >=2.1.0 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.10.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e2c9f63..999d061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "black>=24.0.0", - "mypy>=1.10.0", + "mypy>=2.1.0", "ruff>=0.4.0", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index a23e2fd..0af31f3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ pytest>=9.0.3 pytest-asyncio>=1.4.0 black>=24.0.0 -mypy>=1.8.0 +mypy>=2.1.0 flake8>=7.0.0 # Platform-Specific Dependencies (PEP 508 markers)