From c996baef7d0b03941028e69e30fef9c957ab680c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 23:30:19 +0000 Subject: [PATCH] Update maturin requirement from <0.14,>=0.13 to >=0.13,<1.8 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.7.4) --- updated-dependencies: - dependency-name: maturin dependency-type: direct:production ... 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 f92b278..4e1c9c1 100644 --- a/tsar-py/pyproject.toml +++ b/tsar-py/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=0.13,<0.14"] +requires = ["maturin>=0.13,<1.8"] build-backend = "maturin" [project]