From 71de79314aae858c6982ff636976034c1618635c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 02:39:14 +0000 Subject: [PATCH] build(deps): update maturin requirement Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version. Updates `maturin` to 1.13.3 - [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.4.0...v1.13.3) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.1 dependency-type: direct:development dependency-group: per-dependency ... Signed-off-by: dependabot[bot] --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index 082e4400..f84bb5d1 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.4,<2.0"] +requires = ["maturin>=1.13.3,<2.0"] build-backend = "maturin" [project]