From 3c17f1fd6b6ab06b847efcbb959be76944c3ba66 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 04:15:18 +0000 Subject: [PATCH] Bump networkx from 2.3 to 2.6.2 Bumps [networkx](https://github.com/networkx/networkx) from 2.3 to 2.6.2. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-2.3...networkx-2.6.2) Signed-off-by: dependabot-preview[bot] --- ci/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements_test.txt b/ci/requirements_test.txt index 916612ba..21354369 100644 --- a/ci/requirements_test.txt +++ b/ci/requirements_test.txt @@ -8,4 +8,4 @@ seaborn==0.9.0 libconfig==0.9.2 six==1.12.0 networkx==2.2;python_version<="2.7" -networkx==2.3;python_version>="3.4" +networkx==2.6.2;python_version>="3.4"