pip-deps(deps): bump maturin from 1.7.4 to 1.8.6

Bumps [maturin](https://github.com/pyo3/maturin) from 1.7.4 to 1.8.6.
- [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.7.4...v1.8.6)

---
updated-dependencies:
- dependency-name: maturin
  dependency-version: 1.8.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-28 09:15:25 +00:00
committed by GitHub
parent ae8acf322a
commit e7ec246f4b
2 changed files with 16 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
maturin = "^1.7.4"
maturin = "^1.8.6"
numpy = ">=2.0.0,<3.0.0"
[tool.poetry.group.dev.dependencies]