From 3431a40a869a7b860c3dcfb9d94957c046a34777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 16:03:55 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from ^1.10.0 to ^2.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.10.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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 cf84374..27804cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ cacheout = "^0.16.0" optional = true [tool.poetry.group.test.dependencies] -mypy = "^1.10.0" +mypy = "^2.3.0" types-requests = "^2.32.0.20240712" types-pyyaml = "^6.0.12.20240311" pylint = {version=">=3.2.2,<5.0.0", extras=["spelling"]}