From 0beca4a7743dcae47ed4fdef3a1978bafe98534c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:31:18 +0000 Subject: [PATCH] build(deps): bump networkx from 3.1 to 3.4.2 Bumps [networkx](https://github.com/networkx/networkx) from 3.1 to 3.4.2. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-3.1...networkx-3.4.2) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production update-type: version-update:semver-minor ... 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 8f39fcf85..d96e22d60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ # TODO(williballenthin): networkx 3.2 doesn't support python 3.8 while capa does. # https://github.com/mandiant/capa/issues/1966 - "networkx>=3,<3.2", + "networkx>=3,<3.5", ] dynamic = ["version", "readme"] diff --git a/requirements.txt b/requirements.txt index d1f390c57..70d33b3a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ markdown-it-py==3.0.0 mdurl==0.1.2 msgpack==1.0.8 mypy==1.10.0 -networkx==3.1 +networkx==3.4.2 nodeenv==1.9.1 packaging==24.1 pathspec==0.12.1