Update maturin requirement from <2.0,>=1.8 to >=1.14.1,<2.0 in /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.8.0...v1.14.1)

---
updated-dependencies:
- dependency-name: maturin
  dependency-version: 1.14.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-02 15:23:57 +00:00
committed by GitHub
parent 136f3983c3
commit 0a8829d5df
+1 -1
View File
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=1.8,<2.0"]
requires = ["maturin>=1.14.1,<2.0"]
build-backend = "maturin"
[project]