From a81c6497c0d4c3651123e316db239a5d28afab4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 11:33:34 +0000 Subject: [PATCH] chore(deps): update mypy requirement from <2,>=1 to >=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.0.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 4df178e2c7f..c33fa4fda7a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ ciso8601 = dev = allure-pytest==2.* devtools==0.12.2 - mypy>=1,<2 + mypy>=1,<3 pre-commit==3.5.0 psutil==7.2.2 pyfakefs>=4.5.3,<=5.6.0