From 3f3ecfbff52c249b9390d56623a539adc5fc8b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 07:01:25 +0000 Subject: [PATCH] Update matplotlib requirement from ~=3.6.3 to ~=3.8.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.8.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 b718dc3..aad816f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pip~=23.2 voila~=0.3.6 -matplotlib~=3.6.3 +matplotlib~=3.8.1 numpy~=1.26.0 ipympl~=0.8.8 scipy~=1.11.2