From fdf611bab06bd310ecd0549f17a5151b22fa1eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 05:56:12 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement in /packages/serialization/form 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.11.2...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/serialization/form/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/serialization/form/pyproject.toml b/packages/serialization/form/pyproject.toml index e2d7db0..4e6adf0 100644 --- a/packages/serialization/form/pyproject.toml +++ b/packages/serialization/form/pyproject.toml @@ -32,7 +32,7 @@ microsoft-kiota-abstractions = {path="../../abstractions/", develop=true} yapf = ">=0.40.2,<0.44.0" isort = ">=5.13.2,<9.0.0" pylint = ">=3.2.7,<5.0.0" -mypy = "^1.11.2" +mypy = ">=1.11.2,<3.0.0" pytest = ">=8.3.2,<10.0.0" pytest-asyncio = ">=0.24,<1.4" poetry-plugin-mono-repo-deps = ">=0.2.1,<0.4.0"