From c73a9a6167f58b5d0cb4b5b98ee9894c3a9bc43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 18:06:31 +0000 Subject: [PATCH] deps(python): bump the python group across 1 directory with 2 updates Bumps the python group with 2 updates in the /python directory: [maturin](https://github.com/pyo3/maturin) and [ruff](https://github.com/astral-sh/ruff). 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) Updates `ruff` from 0.16.7 to 0.16.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.7...0.16.8) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python - dependency-name: ruff dependency-version: 0.16.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 3992968..6cce13a 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,14 +123,14 @@ 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", "opentelemetry-sdk==1.44.0", "pytest==9.1.1", "pytest-asyncio==1.4.0", - "ruff==0.16.7", + "ruff==0.16.8", ] test = [ "torch==2.14.0",