From ab3abbbb8e8a5d88cfd961fd5f6d6aa7284d1482 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:09:41 +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.2.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.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 456c6083..76b8069e 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.2.0,<3.0.0 +mypy>=2.3.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