From 846ace86250e47359be121c0d40e1b2bb7689ee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 08:03:42 +0000 Subject: [PATCH] Bump matplotlib from 3.6.0 to 3.6.1 in /requirements Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements_docs.txt | 2 +- requirements/requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements_docs.txt b/requirements/requirements_docs.txt index 2be7088b0f5..d013c2591df 100644 --- a/requirements/requirements_docs.txt +++ b/requirements/requirements_docs.txt @@ -6,7 +6,7 @@ imageio-ffmpeg==0.4.7 imageio==2.22.1 jupyter_sphinx==0.4.0 jupyterlab>=3.2.8 -matplotlib==3.6.0 +matplotlib==3.6.1 numpydoc==1.5.0 pandas==1.5.0 plotly==5.10.0 diff --git a/requirements/requirements_tests.txt b/requirements/requirements_tests.txt index e5d5d13b226..13b80c75db7 100644 --- a/requirements/requirements_tests.txt +++ b/requirements/requirements_tests.txt @@ -1,5 +1,5 @@ autopep8==1.7.0 -matplotlib==3.6.0 +matplotlib==3.6.1 scipy==1.9.2 pandas==1.5.0 pytest==7.1.3