From 99c42b7c30725e735155090ced3281b40511ee86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 14:23:23 +0000 Subject: [PATCH] chore(deps-dev): bump maturin from 1.14.0 to 1.14.1 Bumps [maturin](https://github.com/pyo3/maturin) from 1.14.0 to 1.14.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.14.0...v1.14.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.14.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cbff2a..e630156 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,5 +40,5 @@ asyncio_mode = "auto" virtool = { git = "https://github.com/virtool/virtool", tag = "38.48.0" } [build-system] -requires = ["maturin>=1.14.0,<2.0"] +requires = ["maturin>=1.14.1,<2.0"] build-backend = "maturin"