From 4bd199ab6b542b1f06cf4a158dee3a722adee528 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 02:42:49 +0000 Subject: [PATCH] Update maturin requirement from <2.0,>=1.2 to >=1.13.1,<2.0 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.2.0...v1.13.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 204c8e78d..fda4e1f14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ quantum-pecos = { workspace = true } [dependency-groups] dev = [ - "maturin>=1.2,<2.0", # For building (should match build requirements) + "maturin>=1.13.1,<2.0", # For building (should match build requirements) "patchelf; platform_system != 'Windows'", # For setting rpath in shared libraries (Linux/macOS only) "setuptools>=62.6", # Build system "pre-commit", # Git hooks