From 4a78222a95e1d04517305a6893f0a5d08d53f423 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 13:28:17 +0000 Subject: [PATCH] chore(deps): update dependency maturin to v1.12.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6d7fd0..0712bca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["maturin>=1.10.0,<2.0"] [dependency-groups] build = [ - "maturin==1.12.4" + "maturin==1.12.5" ] dev = [ {include-group = "build"},