From 0fa99bf83722ece6798b496cb84f6b99e8ee30a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 02:48:22 +0000 Subject: [PATCH] build(deps): update maturin requirement Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version. - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](https://github.com/pyo3/maturin/compare/v1.7.0...v1.9.2) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 394eca43..fa6561ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dev = [ "flake8==7.2.0", "hypothesis>=4.36.0", "hypothesmith>=0.0.4", - "maturin>=1.7.0,<1.8", + "maturin>=1.7.0,<1.10", "poethepoet>=0.35.0", "prompt-toolkit>=2.0.9", "pyre-check==0.9.18; platform_system != 'Windows'",