From 920ef84d990214e43b9bf05f126421ba0dc2caa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 09:04:35 +0800 Subject: [PATCH] Update ipympl requirement from ~=0.9.3 to ~=0.9.4 (#342) Updates the requirements on [ipympl](https://github.com/matplotlib/ipympl) to permit the latest version. - [Release notes](https://github.com/matplotlib/ipympl/releases) - [Changelog](https://github.com/matplotlib/ipympl/blob/main/RELEASE.md) - [Commits](https://github.com/matplotlib/ipympl/compare/0.9.3...0.9.4) --- updated-dependencies: - dependency-name: ipympl dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c67692a..971e4f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ seekpath~=2.1.0 plotly~=5.22.0 nglview~=3.1.2 moviepy~=1.0.3 -ipympl~=0.9.3 +ipympl~=0.9.4 widget-bzvisualizer~=0.2.7 widget-bandsplot~=0.7.3