From 0d6d6a445922249fe9598bd8548cbc98ac029476 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:44:14 +0000 Subject: [PATCH] Bump matplotlib from 3.5.3 to 3.8.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.3 to 3.8.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.3...v3.8.0) --- updated-dependencies: - dependency-name: matplotlib 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..349ca79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ networkx==2.6.3 -matplotlib==3.5.3 +matplotlib==3.8.0 diff --git a/setup.cfg b/setup.cfg index fa1db3f..bb2be24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ 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 - matplotlib==3.5.3 # 3.6 gives "'_AxesStack' object is not callable" error with networkx 2.6 + matplotlib==3.8.0 # 3.6 gives "'_AxesStack' object is not callable" error with networkx 2.6 [options.entry_points] console_scripts =