From 028f8a87660f8256dfdcc0eb12e18bd66391d89e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 11:17:07 +0000 Subject: [PATCH] Bump maturin from 1.9.4 to 1.9.6 Bumps [maturin](https://github.com/pyo3/maturin) from 1.9.4 to 1.9.6. - [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.9.4...v1.9.6) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e4ef8b8..7a1da40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dev = [ "tox==4.30.3", ] rust = [ - "maturin==1.9.4" + "maturin==1.9.6" ] gpu = [ "cupy>=11,<14"