From 03e90bd594fd2188519e5694c7827abdc08f30a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 07:03:27 +0000 Subject: [PATCH] Bump maturin from 1.10.2 to 1.11.5 Bumps [maturin](https://github.com/pyo3/maturin) from 1.10.2 to 1.11.5. - [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.2...v1.11.5) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.11.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c2100e..54f2124 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ dev = [ "click==8.3.1", "hypothesis==6.148.7", - "maturin==1.10.2", + "maturin==1.11.5", "pdoc==16.0.0", "pyinstaller==6.17.0", "pyinstaller-hooks-contrib==2025.10",