Skip to content

build(deps): update maturin requirement from <2.0,>=1.4 to >=1.14.1,<2.0 in /bindings/python in the per-dependency group across 1 directory#683

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/bindings/python/per-dependency-2dce822514
Open

build(deps): update maturin requirement from <2.0,>=1.4 to >=1.14.1,<2.0 in /bindings/python in the per-dependency group across 1 directory#683
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/bindings/python/per-dependency-2dce822514

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on maturin to permit the latest version.
Updates maturin to 1.14.1

Release notes

Sourced from maturin's releases.

v1.14.1

What's Changed

New Contributors

Full Changelog: PyO3/maturin@v1.14.0...v1.14.1

Changelog

Sourced from maturin's changelog.

1.14.1

  • Bump uraimo/run-on-arch-action to v3 to fix pytest job (#3221)
  • Fix platform tag logic to generate the same as cpython on AIX (#3220)
  • Bump pyo3-introspection (#3227)
  • Upgrade cargo-zigbuild & cargo-xwin (#3228)
  • Fix issues around crates enabling abi3 and abi3t features (#3226)
  • Add PEP 740 publish attestations to PyPI releases (#3230)
  • Set PYO3_PYTHON to run scripts for stable ABI builds (#3233)
  • Fix shell quoting in CI scripts (#3231)

1.14.0

  • Support parent-relative pyproject metadata in sdists (#3182)
  • Update PyPI platform tag validation (#3187)
  • Maint: update setup emsdk action in generate-ci (#3194)
  • Fix: only shim bin wheels during auditwheel repair (#3197)
  • Fix: avoid editable ELF truncation from stale hardlinks (#3199)
  • Fix Pyodide Emscripten platform tags (#3191)
  • Use pax instead of GNU headers for tar (#3203)
  • Feat: add default exclude __pycache__ and *.pyc files (#3202)
  • Add support for finding free-threaded interpreters for --find-interpreters (#3206)
  • Stubs: also generate them for mixed PyO3 projects (#3211)
  • Don't depend on CFFI on PyPy (#3213)
  • Support pyo3 abi3t features on Python3.15 and PyO3 0.29 (#3113)

1.13.3

  • Fix: disable abi3 in pyo3 config for version-specific fallback builds (#3180)

1.13.2

  • Fix: resolve test failures in distro packaging environments (#3129)
  • Fix: redirect tracing output to stderr to avoid breaking PEP 517 (#3131)
  • Fix: skip interpreters with empty output for WSL2 cross-compile (#3137)
  • Fix: set explicit lib_name in pyo3 config for Android abi3 cross-compilation (#3130)
  • Chore: add sysconfig/cpython-freebsd-15.0-amd64.txt (#3140)
  • Quote python-version in generated GitHub Actions workflow
  • Update rustls-webpki
  • Fix: two-phase bridge detection for conditional abi3 features (#3144)
  • Update cargo-zigbuild to 0.22.2
  • Update pyo3 to 0.28.3
  • Treat pyo3 0.29.0+ as having Windows import lib support (raw-dylib) (#3145)
  • Fix bin bindings with external shared library dependencies (#3147)
  • Upgrade MSRV to 1.89.0 (#3149)
  • Musllinux oci image (#3152)
  • Remove Cirrus CI for FreeBSD (#3156)
  • Perf: defer stage_artifact copy-back, finalize via rename when unpatched (#3155)
  • Perf: eliminate stage_artifact double-copy, drop was_patched flag (#3157)
  • Fix release pipeline (#3158)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 16, 2026
@dependabot dependabot Bot changed the title build(deps): update maturin requirement from <2.0,>=1.4 to >=1.13.1,<2.0 in /bindings/python in the per-dependency group build(deps): update maturin requirement from <2.0,>=1.4 to >=1.13.1,<2.0 in /bindings/python in the per-dependency group across 1 directory Apr 23, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/bindings/python/per-dependency-2dce822514 branch from f66fdbb to 8025b7d Compare April 23, 2026 02:35
@dependabot dependabot Bot force-pushed the dependabot/pip/bindings/python/per-dependency-2dce822514 branch from 8025b7d to 99f98cc Compare April 30, 2026 02:35
@anakrish

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/pip/bindings/python/per-dependency-2dce822514 branch 2 times, most recently from ddc076d to 75d3e70 Compare May 7, 2026 02:35
@dependabot dependabot Bot changed the title build(deps): update maturin requirement from <2.0,>=1.4 to >=1.13.1,<2.0 in /bindings/python in the per-dependency group across 1 directory build(deps): update maturin requirement from <2.0,>=1.4 to >=1.13.3,<2.0 in /bindings/python in the per-dependency group across 1 directory May 14, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/bindings/python/per-dependency-2dce822514 branch from 75d3e70 to ee995f8 Compare May 14, 2026 02:35
@dependabot dependabot Bot force-pushed the dependabot/pip/bindings/python/per-dependency-2dce822514 branch 2 times, most recently from 66a1235 to 71de793 Compare May 28, 2026 02:39
@dependabot dependabot Bot force-pushed the dependabot/pip/bindings/python/per-dependency-2dce822514 branch 2 times, most recently from 81e84d3 to d0e2488 Compare June 11, 2026 02:34
Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version.

Updates `maturin` to 1.14.1
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v1.4.0...v1.14.1)

---
updated-dependencies:
- dependency-name: maturin
  dependency-version: 1.13.1
  dependency-type: direct:development
  dependency-group: per-dependency
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): update maturin requirement from <2.0,>=1.4 to >=1.13.3,<2.0 in /bindings/python in the per-dependency group across 1 directory build(deps): update maturin requirement from <2.0,>=1.4 to >=1.14.1,<2.0 in /bindings/python in the per-dependency group across 1 directory Jun 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/bindings/python/per-dependency-2dce822514 branch from d0e2488 to 369a893 Compare June 25, 2026 02:33
@anakrish

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant