Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the minor-updates group with 2 updates in the /python directory: maturin and mypy.

Updates maturin from 1.9.1 to 1.10.2

Release notes

Sourced from maturin's releases.

v1.10.2

What's Changed

  • Fix tagging for iOS x86_64 simulator wheels.
  • Set entry type when adding to the tar file.

Full Changelog: PyO3/maturin@v1.10.1...v1.10.2

v1.10.1

What's Changed

Full Changelog: PyO3/maturin@v1.10.0...v1.10.1

v1.10.0

What's Changed

New Contributors

Full Changelog: PyO3/maturin@v1.9.6...v1.10.0

... (truncated)

Changelog

Sourced from maturin's changelog.

[1.10.2]

  • Fix tagging for iOS x86_64 simulator wheels.
  • Set entry type when adding to the tar file.

[1.10.1]

  • Fix wrong dependency on Homebrew liblzma on macOS by static linking liblama

[1.10.0]

  • Add tool.maturin.editable-profile option to override profile for editable package installations.
  • Add support for Cygwin.
  • When building abi3 wheels on non-Windows platforms that aren't cross-compiling, the sysconfigdata of the interpreter used to run maturin will now be used, rather than a dummy interpreter.
  • Allow iOS cross-platform virtual environments, such as those used by cibuildwheel, to imply an iOS target.
  • Fix iOS wheel naming to be compliant with PEP 730.
  • Fix generated WHEEL Tag metadata to be spec compliant.
  • Fix incorrect warning about missing extension-module feature on PyO3 0.26+.
  • Remove add_directory() from ModuleWriter and make it an implementation detail for the specific impl.
  • Clear out uid/gid and set deterministic mtime for files in sdist.
  • Always use "library" mode to build uniffi bindings.

[1.9.6]

  • Fix regressions to interpreter platform detection on Windows from 1.9.5
  • Further fixes to interpreter detection for Windows ARM64

[1.9.5]

  • Add builtin sysconfig for FreeBSD 14.2 amd64
  • Fix issue searching lib dir containing Python 3.14 build-details.json
  • Fix detection of compatible interpreters on Windows ARM64

[1.9.4]

  • Add a use-base-python option to pyproject.toml with the same behaviour as MATURIN_PEP517_USE_BASE_PYTHON.
  • Add builtin sysconfigs for GraalPy
  • Fix calculation of platform tag for FreeBSD

[1.9.3]

  • Fix adding project.license-files to source distributions.
  • Fix relative Readme rewrite of the root crate in source distributions.

[1.9.2]

  • Fix PEP 639 implementation, use License-Expression over License.
Commits

Updates mypy from 1.17.0 to 1.19.1

Changelog

Sourced from mypy's changelog.

Mypy 1.19.1

  • Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
  • Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
  • Allow types.NoneType in match cases (A5rocks, PR 20383)
  • Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
  • Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
  • Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
  • Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
  • Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

  • A5rocks
  • BobTheBuidler
  • bzoracler
  • Chainfire
  • Christoph Tyralla
  • David Foster
  • Frank Dana
  • Guo Ci
  • iap
  • Ivan Levkivskyi
  • James Hilton-Balfe
  • jhance
  • Joren Hammudoglu
  • Jukka Lehtosalo
  • KarelKenens
  • Kevin Kannammalil
  • Marc Mueller
  • Michael Carlstrom
  • Michael J. Sullivan
  • Piotr Sawicki
  • Randolf Scholz
  • Shantanu
  • Sigve Sebastian Farstad
  • sobolevn
  • Stanislav Terliakov
  • Stephen Morton
  • Theodore Ando
  • Thiago J. Barbalho
  • wyattscarpenter

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

Mypy 1.18

We’ve just uploaded mypy 1.18.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Dec 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Labels

The following labels could not be found: pip. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 22, 2025 09:27
@dependabot dependabot bot added the python label Dec 22, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/python/minor-updates-4f0fb68685 branch from 0327ac5 to 4e98eb0 Compare December 29, 2025 09:21
Bumps the minor-updates group with 2 updates in the /python directory: [maturin](https://github.com/pyo3/maturin) and [mypy](https://github.com/python/mypy).


Updates `maturin` from 1.9.1 to 1.10.2
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v1.9.1...v1.10.2)

Updates `mypy` from 1.17.0 to 1.19.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.17.0...v1.19.1)

---
updated-dependencies:
- dependency-name: maturin
  dependency-version: 1.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: mypy
  dependency-version: 1.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python/minor-updates-4f0fb68685 branch from 4e98eb0 to cc3c659 Compare January 5, 2026 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant