From 0a8829d5dfafd8ccc4fb5206b1681b23382b44ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:23:57 +0000 Subject: [PATCH] Update maturin requirement from <2.0,>=1.8 to >=1.14.1,<2.0 in /python Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version. - [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.8.0...v1.14.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.14.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 42b8bb36..b54a86b5 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.8,<2.0"] +requires = ["maturin>=1.14.1,<2.0"] build-backend = "maturin" [project]