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",