From 3ddcb8e9c4c2cefcc99a3e9ec752eb7eb34a46d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 05:04:26 +0000 Subject: [PATCH] Bump matplotlib from 3.7.1 to 3.8.3 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.8.3. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.1...v3.8.3) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- exemplo_adriano/requirements.txt | 2 +- requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exemplo_adriano/requirements.txt b/exemplo_adriano/requirements.txt index d858e7f..726309f 100644 --- a/exemplo_adriano/requirements.txt +++ b/exemplo_adriano/requirements.txt @@ -3,7 +3,7 @@ contourpy==1.0.7 cycler==0.11.0 fonttools==4.39.0 kiwisolver==1.4.4 -matplotlib==3.7.1 +matplotlib==3.8.3 numpy==1.24.2 packaging==23.0 Pillow==9.4.0 diff --git a/requirements/base.txt b/requirements/base.txt index 31bb21c..2c68243 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -30,4 +30,4 @@ drf-spectacular==0.26.4 # https://github.com/tfranzel/drf-spectacular # ------------------------------------------------------------------------------ astropy==5.2.1 # https://www.astropy.org/ numpy==1.26.0 # https://numpy.org/ -matplotlib==3.8 # https://matplotlib.org/ +matplotlib==3.8.3 # https://matplotlib.org/