From aae0de515fce7c6e736f4468df29a7ea29ff9eb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 12:41:45 +0000 Subject: [PATCH] chore(deps): update mypy requirement Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Updates `mypy` to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b61c7b73..c7f47e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ # Code Formatting & Linting (Ruff replaces Black - single tool for lint + format) "ruff>=0.15.0,<1.0", # Type Checking - "mypy>=1.19.1,<2.0", + "mypy>=1.19.1,<3.0", "types-PyYAML>=6.0.12.20250915", # Testing "pytest>=9.0.2", diff --git a/requirements.txt b/requirements.txt index 64abd181..098d01cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ aiofiles>=25.1.0 # Development Tools (from dev extra) ruff>=0.15.0,<1.0 -mypy>=1.19.1,<2.0 +mypy>=1.19.1,<3.0 types-PyYAML>=6.0.12.20250915 # Testing