From 420f0dc7fc724c0a1a754f221f9f34b2178f5963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 13:45:38 +0000 Subject: [PATCH] deps: update leidenalg requirement from >=0.10 to >=0.11.0 Updates the requirements on [leidenalg](https://github.com/vtraag/leidenalg) to permit the latest version. - [Release notes](https://github.com/vtraag/leidenalg/releases) - [Changelog](https://github.com/vtraag/leidenalg/blob/main/CHANGELOG) - [Commits](https://github.com/vtraag/leidenalg/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: leidenalg dependency-version: 0.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d7a4036..b6c4d9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ leiden = [ # communities). Auto-detected at runtime; falls back to seeded Louvain # when these aren't installed. "igraph>=0.11", - "leidenalg>=0.10", + "leidenalg>=0.11.0", ] graph-fast = [ # rustworkx is a Rust-backed drop-in for many NetworkX algorithms;