From 34823b2afde48b8d0afce6f2cf172931ce87f696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:57:19 +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/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/serialization/form/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/serialization/form/requirements-dev.txt b/packages/serialization/form/requirements-dev.txt index 6657e044..456c6083 100644 --- a/packages/serialization/form/requirements-dev.txt +++ b/packages/serialization/form/requirements-dev.txt @@ -3,7 +3,7 @@ yapf>=0.43.0,<0.44.0 isort>=8.0.1,<9.0.0 pylint>=4.0.6,<5.0.0 -mypy>=2.1.0,<3.0.0 +mypy>=2.2.0,<3.0.0 pytest>=9.1.1,<10.0.0 pytest-asyncio>=1.4.0,<1.5 types-python-dateutil>=2.9.0.20260518,<3.0.0