From cb164ca6e1b51f70ae39907cc74e3c4de1296b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 13:34:00 +0000 Subject: [PATCH] build(deps): bump leidenalg from 0.10.1 to 0.10.2 Bumps [leidenalg](https://github.com/vtraag/leidenalg) from 0.10.1 to 0.10.2. - [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.1...0.10.2) --- updated-dependencies: - dependency-name: leidenalg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c58e5232..be9020a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ KDEpy==1.1.9 h5py==3.11.0 igraph==0.10.8 -leidenalg==0.10.1 +leidenalg==0.10.2 louvain==0.8.1 mudata==0.2.3 networkx==3.3; python_version >= "3.10"