From 6c696c3e0f1e213062800828cc95298953ff643d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 07:26:35 +0000 Subject: [PATCH] Update mypy requirement from >=1.5.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.5.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 39bb4b4..9ae0c28 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,7 +10,7 @@ black>=23.7.0 isort>=5.12.0 flake8>=6.1.0 pylint>=2.17.0 -mypy>=1.5.0 +mypy>=2.1.0 # Type Stubs types-requests>=2.31.0