From 902e37a2f393d9c3f1e0561f18ae7f6f438003f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 02:14:13 +0000 Subject: [PATCH] build(deps-dev): update maturin requirement 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](https://github.com/pyo3/maturin/compare/v1.7.0...v1.14.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.14.1 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 299aec9f..7037b6c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.7,<2", "numpy", "wheel", "patchelf"] +requires = ["maturin>=1.14.1,<2", "numpy", "wheel", "patchelf"] build-backend = "maturin" [project]