From 26bc2a44a0d26e6f3e665de5e20b3a7b7132a638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:56:40 +0000 Subject: [PATCH] deps: update mypy requirement from <2.0,>=1.19.1 to >=1.19.1,<3.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.19.1...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 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 2b84aad..1e2757a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dev = [ "black>=26.3.0,<27.0", "httpx>=0.28.1,<1.0", "isort>=8.0.1,<9.0", - "mypy>=1.19.1,<2.0", + "mypy>=1.19.1,<3.0", "pytest>=9.0.2,<10.0", "pytest-cov>=7.0.0,<8.0", ]