From ed0c926148cc38501a37d00dd0ceaef947c82d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:46:04 +0000 Subject: [PATCH] chore(deps-dev): update maturin requirement in /ordvec-python 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.12.0...v1.13.3) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- ordvec-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ordvec-python/pyproject.toml b/ordvec-python/pyproject.toml index 89bbde54..b5a08ffc 100644 --- a/ordvec-python/pyproject.toml +++ b/ordvec-python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.12,<2.0"] +requires = ["maturin>=1.13.3,<2.0"] build-backend = "maturin" [project]