Skip to content

chore(deps): bump mypy from 2.3.0 to 2.3.1 - #1345

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mypy-2.3.1
Open

chore(deps): bump mypy from 2.3.0 to 2.3.1#1345
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/mypy-2.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps mypy from 2.3.0 to 2.3.1.

Changelog

Sourced from mypy's changelog.

Mypy 2.3.1

  • Fix mypyc crash on double yielding Iterators (Daniël van Noord, PR 21826)
  • Fix mypyc default_factory for inherited dataclass (Daniël van Noord, PR 21785)
  • Clear mypyc coroutine env on coroutine completion (Piotr Sawicki, PR 21734)
  • Fix crash when unpacking return value from overload (Shantanu, PR 21830)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • Agriya Khetarpal
  • Ethan Sarp
  • Ivan Levkivskyi
  • Jingchen Ye
  • Jukka Lehtosalo
  • Piotr Sawicki
  • Shantanu
  • Tom Bannink
  • Viktor Szépe
  • ygale

I'd also like to thank my employer, Dropbox, for supporting mypy development.

Mypy 2.2

We've just uploaded mypy 2.2.0 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

Support for Closed TypedDicts (PEP 728)

Mypy now supports closed TypedDicts as specified in PEP 728. A closed TypedDict cannot have extra keys beyond those explicitly defined. This allows the type checker to determine that certain operations are safe when they otherwise wouldn't be due to the potential presence of unknown keys.

You can use the closed keyword argument with TypedDict:

HasName = TypedDict("HasName", {"name": str})
HasOnlyName = TypedDict("HasOnlyName", {"name": str}, closed=True)
Movie = TypedDict("Movie", {"name": str, "year": int})
movie: Movie = {"name": "Nimona", "year": 2023}
has_name: HasName = movie  # OK: HasName is open (default)
has_only_name: HasOnlyName = movie  # Error: HasOnlyName is closed and Movie has extra "year" key
</tr></table>

... (truncated)

Commits

@dependabot
dependabot Bot requested a review from dlrsp-dev as a code owner August 18, 2026 20:23
@dependabot dependabot Bot added the 📦 dependencies Update of dependencies label Aug 18, 2026
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from d9eb742 to 7ade491 Compare August 20, 2026 08:27
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 7ade491 to 0aa6f8b Compare August 20, 2026 08:32
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 0aa6f8b to 271b3dc Compare August 23, 2026 08:38
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 271b3dc to a5ab336 Compare August 24, 2026 08:38
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from a5ab336 to 71deb78 Compare August 24, 2026 08:45
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 71deb78 to 2ef1647 Compare August 25, 2026 08:32
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 2ef1647 to 4facdde Compare August 25, 2026 08:39
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 4facdde to f7c8e7c Compare August 25, 2026 08:52
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from f7c8e7c to 641cd28 Compare August 26, 2026 08:33
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 641cd28 to 12cab2b Compare August 26, 2026 08:39
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 12cab2b to 6239a5e Compare August 26, 2026 08:53
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 6239a5e to 45b43a9 Compare August 27, 2026 18:34
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 45b43a9 to a9a8c78 Compare August 27, 2026 18:47
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from a9a8c78 to 6b4a6a3 Compare August 27, 2026 19:09
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 0c35b5f to 888f356 Compare August 31, 2026 15:39
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 888f356 to 120809e Compare August 31, 2026 15:46
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 120809e to c1f12f4 Compare September 1, 2026 12:55
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from c1f12f4 to b30b94b Compare September 1, 2026 13:02
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from b30b94b to c05a3d3 Compare September 1, 2026 13:22
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from c05a3d3 to ba01068 Compare September 2, 2026 12:24
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from ba01068 to c0895b3 Compare September 2, 2026 12:32
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from c0895b3 to 3eb28eb Compare September 2, 2026 12:44
@dependabot
dependabot Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 3eb28eb to 0ee1baf Compare September 3, 2026 12:28
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 0ee1baf to bd9e921 Compare September 3, 2026 12:31
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch 2 times, most recently from 9741cf5 to 8cf969e Compare September 5, 2026 11:38
@dlrsp-actions dlrsp-actions Bot added the needs-human-review Policy gate blocked; human review required label Sep 5, 2026
@dlrsp-actions

dlrsp-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Policy gate blocked this PR: default-fail: matched catch-all policy

@dlrsp-actions dlrsp-actions Bot removed the needs-human-review Policy gate blocked; human review required label Sep 5, 2026
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from 8cf969e to b92ac81 Compare September 6, 2026 11:51
Bumps [mypy](https://github.com/python/mypy) from 2.3.0 to 2.3.1.
- [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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dlrsp-actions
dlrsp-actions Bot force-pushed the dependabot/pip/mypy-2.3.1 branch from b92ac81 to 1e5b685 Compare September 6, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 dependencies Update of dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant