From 772cb1d9960ebc7654301a8bac866865303da907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:03:00 +0000 Subject: [PATCH] chore(deps): update mypy requirement from >=1.8.0 to >=1.20.1 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.8.0...v1.20.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.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 74c5b4c2..6f1dafe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "pytest-asyncio>=0.23.0", "pytest-cov>=4.1.0", "ruff>=0.2.0", - "mypy>=1.8.0", + "mypy>=1.20.1", "testcontainers>=3.7.0", "respx>=0.20.2", ]