From 0067457d0946df856858ac5c761fff8648782c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 09:07:15 +0000 Subject: [PATCH] Update ipympl requirement from ~=0.8.8 to ~=0.9.3 Updates the requirements on [ipympl](https://github.com/sponsors/matplotlib) to permit the latest version. - [Release notes](https://github.com/sponsors/matplotlib/releases) - [Commits](https://github.com/sponsors/matplotlib/commits) --- updated-dependencies: - dependency-name: ipympl 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 2678131..8b5bc41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pip~=22.3 voila~=0.3.6 matplotlib~=3.6.2 numpy~=1.23.5 -ipympl~=0.8.8 +ipympl~=0.9.3 scipy~=1.9.3 voila-osscar-template~=0.3.2 Cython~=0.29.32