From 9272e8a3efa7ffd919db3f8fa6e84cdc19b14136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:01:58 +0000 Subject: [PATCH] uv(deps-dev): bump maturin in the build-tools group Bumps the build-tools group with 1 update: [maturin](https://github.com/pyo3/maturin). Updates `maturin` from 1.10.2 to 1.13.1 - [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.13.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: build-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7650a9..0f0f701 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,11 +10,11 @@ classifiers = [ dependencies = [ "pytest>=8.4.2", "pytest-cov>=6.0.0", - "maturin>=1.9.6", + "maturin>=1.13.1", ] [build-system] -requires = ["maturin>=1.9,<2.0"] +requires = ["maturin>=1.13.1,<2.0"] build-backend = "maturin" [tool.maturin]