From 5e2e64af385e2895d8401b2c5ef0c49243126e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 14:24:07 +0000 Subject: [PATCH] chore(deps-dev): bump maturin from 1.13.3 to 1.14.0 Bumps [maturin](https://github.com/pyo3/maturin) from 1.13.3 to 1.14.0. - [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.13.3...v1.14.0) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.14.0 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 d2faa34..6634e87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,5 +40,5 @@ asyncio_mode = "auto" virtool = { git = "https://github.com/virtool/virtool", tag = "38.17.0" } [build-system] -requires = ["maturin>=1.13.3,<2.0"] +requires = ["maturin>=1.14.0,<2.0"] build-backend = "maturin"