From 32670794db0178b84e40e5f05f8e4a22f08296c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 02:38:32 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.6.2 to ~=3.6.3 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.2...v3.6.3) --- 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 80b298e..c7092c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pip~=23.0 voila~=0.3.6 -matplotlib~=3.6.2 +matplotlib~=3.6.3 numpy~=1.24.1 ipympl~=0.8.8 scipy~=1.10.0