From b2841b2a1e2fe8a20b718a572bdabbf545937142 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:28:03 +0000 Subject: [PATCH] Update dependency maturin to >=1.8.1,<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..1a078df 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.8.1,<2.0"] build-backend = "maturin" [project]