diff --git a/crates/typos-cli/pyproject.toml b/crates/typos-cli/pyproject.toml index 9f03e22..c9f3e9a 100644 --- a/crates/typos-cli/pyproject.toml +++ b/crates/typos-cli/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.4,<1.5"] +requires = ["maturin>=1.5,<1.6"] build-backend = "maturin" [project]