From 52294917426de95af8a9b9e9f6b448e15482957c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 11 Oct 2022 10:57:28 +0200
Subject: [PATCH] Bump matplotlib from 3.6.0 to 3.6.1 in /requirements (#1532)

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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 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 4ee07294e4..2a24040ccd 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 e5d5d13b22..13b80c75db 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