From 2cf75e392fa357db50fde87df098e3d62e7aec92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:22:57 +0000 Subject: [PATCH] Update maturin requirement from <1.12,>=0.13 to >=0.13,<1.13 in /tsar-py 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/v0.13.0...v1.12.2) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.12.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- tsar-py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsar-py/pyproject.toml b/tsar-py/pyproject.toml index a5b9ef7..e6796a1 100644 --- a/tsar-py/pyproject.toml +++ b/tsar-py/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.13,<1.12"] +requires = ["maturin>=0.13,<1.13"] build-backend = "maturin" [project]