From f6171351f8b41d66e29990ffce5ebbce90abffda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 12:48:14 +0000 Subject: [PATCH] chore(deps): update maturin requirement from <1.8,>=1.4 to >=1.4,<1.9 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.4.0...v1.8.0) --- updated-dependencies: - dependency-name: maturin 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 618b08e..e15a970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "pre-commit", "pytest>=7.3,<9.0", "pytest-benchmark>=4,<6", - "maturin>=1.4,<1.8", + "maturin>=1.4,<1.9", ] [build-system]