chore(deps-dev): update mypy requirement from <3.0.0,>=2.3.0 to >=2.3.1,<3.0.0 in /packages/serialization/form - #696
Merged
Vincent Biret (baywet) merged 1 commit intoAug 24, 2026
Conversation
dependabot
Bot
force-pushed
the
dependabot/pip/packages/serialization/form/mypy-gte-2.3.1-and-lt-3.0.0
branch
2 times, most recently
from
August 24, 2026 16:36
12cdba6 to
61cf1bb
Compare
Vincent Biret (baywet)
approved these changes
Aug 24, 2026
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](python/mypy@v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Vincent Biret (baywet)
force-pushed
the
dependabot/pip/packages/serialization/form/mypy-gte-2.3.1-and-lt-3.0.0
branch
from
August 24, 2026 17:02
61cf1bb to
f5ff2fb
Compare
Vincent Biret (baywet)
enabled auto-merge
August 24, 2026 17:02
|
Vincent Biret (baywet)
deleted the
dependabot/pip/packages/serialization/form/mypy-gte-2.3.1-and-lt-3.0.0
branch
August 24, 2026 17:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Updates the requirements on mypy to permit the latest version.
Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
d642c44Bump version to 2.3.1a392429[mypyc] Fix crash on double yielding Iterators (#21826)4843e77[mypyc] Fixdefault_factoryfor inherited dataclass (#21785)14f5df9[mypyc] Clear coroutine env on coroutine completion (#21734)6dfa06dFix crash when unpacking return value from overload (#21830)a385746Bump version to 2.3.1+dev