From 6019cd1e59b242886d49a618b045407f79efbd46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 12:10:02 +0000 Subject: [PATCH] CI: (deps): Bump matplotlib from 3.7.1 to 3.7.2 in /ci Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.7.1 to 3.7.2. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.1...v3.7.2) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 165a6eb80a3..c101b25e71b 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,5 +1,5 @@ importlib_resources==5.12.0 -matplotlib==3.7.1 +matplotlib==3.7.2 numpy==1.24.4 pandas==1.5.3 pooch==1.7.0