From 306ee14b35580bd483d924defb23e6850150c0c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:45:54 +0000 Subject: [PATCH] Update dependency maturin to >=1.7.8,<2.0 --- shaperglot-py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaperglot-py/pyproject.toml b/shaperglot-py/pyproject.toml index 8ad8f91..65d8265 100644 --- a/shaperglot-py/pyproject.toml +++ b/shaperglot-py/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.3,<2.0"] +requires = ["maturin>=1.7.8,<2.0"] build-backend = "maturin" [project]