diff --git a/pyproject.toml b/pyproject.toml index 8640cb6e5951..fb9583132367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # These requirements must be kept sync with the requirements in # ./.github/requirements/build-requirements.{in,txt} requires = [ - "maturin>=1.9.4,<2,!=1.11.0", + "maturin>=1.9.4,<2,!=1.12.0", # Must be kept in sync with `project.dependencies` "cffi>=1.14; platform_python_implementation != 'PyPy' and python_version == '3.8'",