From c20c1a9eb3d7123e24e64995421e1ff861413b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:24:31 +0000 Subject: [PATCH] :arrow_up: bump networkx from 2.6.3 to 3.0 Bumps [networkx](https://github.com/networkx/networkx) from 2.6.3 to 3.0. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-2.6.3...networkx-3.0) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 67d72c0..85a8a0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ markupsafe==2.0.1; python_version >= "3.7" and python_full_version < "3.0.0" or mashumaro==2.9; python_version >= "3.7" minimal-snowplow-tracker==0.0.2; python_version >= "3.7" msgpack==1.0.3; python_version >= "3.7" -networkx==2.6.3; python_version >= "3.7" +networkx==3.0; python_version >= "3.7" packaging==21.3; python_version >= "3.7" parsedatetime==2.4; python_version >= "3.7" pycparser==2.21; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.7"