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