From a110f2888ce0412a2bb8c3c50eb45e3552d19f69 Mon Sep 17 00:00:00 2001 From: "dependency-automation-app[bot]" <205013149+dependency-automation-app[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 02:12:42 +0000 Subject: [PATCH] chore(deps): update dependency maturin to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89b88b0..b26ae13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.12,<0.13"] +requires = ["maturin>=1.15,<1.16"] build-backend = "maturin" [tool.maturin]