From c33fdb1f6b87e405925f02f72f01b76f6d064ffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 13:02:09 +0000 Subject: [PATCH] Bump python-igraph from 0.9.0 to 0.9.11 Bumps [python-igraph](https://github.com/igraph/python-igraph) from 0.9.0 to 0.9.11. - [Release notes](https://github.com/igraph/python-igraph/releases) - [Changelog](https://github.com/igraph/python-igraph/blob/master/CHANGELOG.md) - [Commits](https://github.com/igraph/python-igraph/compare/0.9.0...0.9.11) --- updated-dependencies: - dependency-name: python-igraph 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 353e99d..1911b8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy==1.19.2 scipy==1.5.2 -python_igraph==0.9.0 +python_igraph==0.9.11 pyunicorn==0.6.1