From f6a4c14331e2a46fc6e70d942a3b002671abd002 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 05:07:40 +0000 Subject: [PATCH] chore(deps): update dependency maturin to >=1.7,<1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ab0c06..ff23c02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.5,<1.6"] +requires = ["maturin>=1.7,<1.8"] build-backend = "maturin" [project]