From 47152b9f665a9413bf7cf3ea3781ce220d0bfccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 16:51:56 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement 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/multipart/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/serialization/multipart/requirements-dev.txt b/packages/serialization/multipart/requirements-dev.txt index 69de6275..123e9450 100644 --- a/packages/serialization/multipart/requirements-dev.txt +++ b/packages/serialization/multipart/requirements-dev.txt @@ -4,6 +4,6 @@ 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