From f5235bf30dfb1f5d47645df33d8bd0cd4c6feb32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 09:04:01 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.6.3 to ~=3.7.1 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.3...v3.7.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bf359f5..61727b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pip~=22.3 voila~=0.4.0 -matplotlib~=3.6.3 +matplotlib~=3.7.1 numpy~=1.24.1 ipympl~=0.9.2 scipy~=1.10.0