From 0b65c279a314b5188f2d4b80d750ba3fec2d5c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:13:30 +0000 Subject: [PATCH] Bump igraph from 0.11.8 to 1.0.0 Bumps [igraph](https://github.com/igraph/python-igraph) from 0.11.8 to 1.0.0. - [Release notes](https://github.com/igraph/python-igraph/releases) - [Changelog](https://github.com/igraph/python-igraph/blob/main/CHANGELOG.md) - [Commits](https://github.com/igraph/python-igraph/compare/0.11.8...1.0.0) --- updated-dependencies: - dependency-name: igraph dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50a0088..ef6b733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ 'Programming Language :: Python :: 3.13', ] dependencies = [ - 'igraph == 0.11.8', + 'igraph == 1.0.0', 'typing_extensions >= 4.0; python_version < "3.10"' ] diff --git a/requirements.txt b/requirements.txt index 7c7db3e..e98e328 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ scikit-build-core==0.10.7 -igraph==0.11.8 +igraph==1.0.0 pygments>=2.6.1 types-Pygments skytemple-3rdparty-typestubs==1.1.1