From 56dfe7c6c5c52c1ccf66fba097eed819688e03e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:37:17 +0000 Subject: [PATCH] chore(deps): update maturin requirement in /docs 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.11.0...v1.13.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 12eb6b1e4..2564cab90 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "sphinx-reredirects>=1.1,<2", "pydata-sphinx-theme>=0.16,<1", "myst-parser>=5,<6", - "maturin>=1.11,<2", + "maturin>=1.13.1,<2", "jinja2>=3.1,<4", "setuptools>=82,<83", ]