From bda04f21b1a07a5a281bd9cac64f9f9376bc0730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:45:41 +0000 Subject: [PATCH] build(deps-dev): bump networkx from 3.1 to 3.2.1 Bumps [networkx](https://github.com/networkx/networkx) from 3.1 to 3.2.1. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.1...networkx-3.2.1) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2c9d0cfc5..7d20e1290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "ida-settings==2.1.0", "viv-utils[flirt]==0.7.9", "halo==0.0.31", - "networkx==3.1", + "networkx==3.2.1", "ruamel.yaml==0.18.5", "vivisect==1.1.1", "pefile==2023.2.7",