From 30a5ff7b829a0ef3350629cf9adb87ea7e05c07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 08:04:09 +0000 Subject: [PATCH] chore(deps)(deps-dev): update maturin requirement Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version. Updates `maturin` to 1.14.0 - [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.10.0...v1.14.0) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.14.0 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fc612f3..1988ae04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # pyproject.toml [build-system] build-backend = "maturin" -requires = [ "maturin>=1.10,<1.14" ] +requires = [ "maturin>=1.10,<1.15" ] [project] name = "diffctx"