From 611682fc9b5b68c05398dab5cdd52911871772c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:27:03 +0000 Subject: [PATCH] chore(deps): bump maturin from 1.10.0 to 1.10.2 in /docs Bumps [maturin](https://github.com/pyo3/maturin) from 1.10.0 to 1.10.2. - [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.10.0...v1.10.2) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8352bf09f1b1..042e4cf6158d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -19,6 +19,6 @@ sphinx==8.2.3 sphinx-reredirects==1.0.0 pydata-sphinx-theme==0.16.1 myst-parser==4.0.1 -maturin==1.10.0 +maturin==1.10.2 jinja2==3.1.6 setuptools==80.9.0