From 733a148e4c3044039887f5e0b780b951576bd915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:47:01 +0000 Subject: [PATCH] Build(deps-dev): update maturin requirement from >=1.8.3 to >=1.13.2 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.3...v1.13.2) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e0fed11..a424a4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.0,<2.0"] +requires = ["maturin>=1.13.2,<2.0"] build-backend = "maturin" [project] @@ -43,7 +43,7 @@ classifiers = [ [dependency-groups] dev = [ "jinja2>=3.1.6", - "maturin>=1.8.3", + "maturin>=1.13.2", "mypy>=2.0.0", "pytest>=9.0.3", "pytest-benchmark>=5.2.3",