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