diff --git a/crates/typos-cli/pyproject.toml b/crates/typos-cli/pyproject.toml index 7e2c0c092..f4a22cfc5 100644 --- a/crates/typos-cli/pyproject.toml +++ b/crates/typos-cli/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.6,<1.7"] +requires = ["maturin>=1.7,<1.8"] build-backend = "maturin" [project]