From fb7d664d97d39166c28de7a97ce229c04d0d6168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 18:05:42 +0000 Subject: [PATCH] deps(python): bump maturin in /python in the python group Bumps the python group in /python with 1 update: [maturin](https://github.com/pyo3/maturin). Updates `maturin` from 1.14.1 to 1.15.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.14.1...v1.15.0) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 3992968..e826c35 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -48,7 +48,7 @@ Repository = "https://github.com/electricapp/aethergraph" Documentation = "https://github.com/electricapp/aethergraph#readme" [build-system] -requires = ["maturin==1.14.1"] +requires = ["maturin==1.15.0"] build-backend = "maturin" [tool.maturin] @@ -123,7 +123,7 @@ ignore_missing_imports = true [dependency-groups] dev = [ "hypothesis==6.168.0", - "maturin==1.14.1", + "maturin==1.15.0", "mypy==2.3.1", "opentelemetry-api==1.44.0", "opentelemetry-exporter-otlp==1.44.0",