From 8bd3eaaa106136eb85d0523040bcf20ca4e3b519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:07:18 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from <2,>=1.5.1 to >=1.5.1,<3 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.1...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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 af6982f4..61a81cdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dev = [ "pytest-cov>=4", "pytest-mock>=3.10.0,<4", "responses>=0.23.1", - "mypy>=1.5.1,<2", + "mypy>=1.5.1,<3", "types-requests>=2.29.0.0,<3", ] docs = [