From 187b90b822ecf21dbbb52db7f0b75744d5c43d74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 06:09:46 +0000 Subject: [PATCH] Update plotly requirement from ~=5.22.0 to ~=5.23.0 Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.22.0...v5.23.0) --- updated-dependencies: - dependency-name: plotly 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 77628f2..021982f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ voila-osscar-template~=0.3.2 Cython~=3.0.10 ase~=3.23.0 seekpath~=2.1.0 -plotly~=5.22.0 +plotly~=5.23.0 nglview~=3.1.2 moviepy~=1.0.3 ipympl~=0.9.4