From 5a2eb8cb1cf3a931c9a9c86a9257ffa5a3cace1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 07:59:09 +0000 Subject: [PATCH] Bump matplotlib from 3.6.2 to 3.7.0 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.7.0. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.2...v3.7.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/requirements.txt b/examples/requirements.txt index a9fd127..c601a93 100644 --- a/examples/requirements.txt +++ b/examples/requirements.txt @@ -1,7 +1,7 @@ tensorflow==2.11.0 numpy==1.24.2 scipy==1.10.0 -matplotlib==3.6.3 +matplotlib==3.7.0 gapminder==0.1 pandas==1.5.3 seaborn==0.12.2 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 14456a3..a74d0f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ tensorflow==2.11.0 numpy==1.24.2 scipy==1.10.0 -matplotlib==3.6.2 \ No newline at end of file +matplotlib==3.7.0 \ No newline at end of file