From 72396515c85fe233068d4d89954e59e2ff925390 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 23:00:22 +0000 Subject: [PATCH] Bump networkx from 2.6.3 to 2.8.8 Bumps [networkx](https://github.com/networkx/networkx) from 2.6.3 to 2.8.8. - [Release notes](https://github.com/networkx/networkx/releases) - [Commits](https://github.com/networkx/networkx/compare/networkx-2.6.3...networkx-2.8.8) --- updated-dependencies: - dependency-name: networkx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8ac2853..c064999 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -networkx==2.6.3 +networkx==2.8.8 matplotlib==3.5.3 diff --git a/setup.cfg b/setup.cfg index be99151..515f278 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ classifiers = python_requires = >=3.7 packages = find: install_requires = - networkx==2.6.3 # networkx 2.6.3 is the last version that supports python 3.7 + networkx==2.8.8 # networkx 2.6.3 is the last version that supports python 3.7 matplotlib==3.5.3 # 3.6 gives "'_AxesStack' object is not callable" error with networkx 2.6 [options.entry_points]