From 09ffb15cf8ebac0ff5e13135644bbb4bae351757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 08:02:07 +0000 Subject: [PATCH] Bump matplotlib from 3.6.2 to 3.7.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.2 to 3.7.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.2...v3.7.1) --- 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..35f68e1 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.1 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..9cb892f 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.1 \ No newline at end of file