From c1930bce36054639b9697a189f4bee3597ec95db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:10:27 +0200 Subject: [PATCH] Update nglview requirement from ~=3.0.7 to ~=3.0.8 (#299) Updates the requirements on [nglview](https://github.com/arose/nglview) to permit the latest version. - [Release notes](https://github.com/arose/nglview/releases) - [Changelog](https://github.com/nglviewer/nglview/blob/master/CHANGELOG.md) - [Commits](https://github.com/arose/nglview/compare/v3.0.7...v3.0.8) --- updated-dependencies: - dependency-name: nglview 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 196aa3a..24e2c30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ seekpath~=2.1.0 widget-bzvisualizer~=0.1.0b10 plotly~=5.16.1 pandas~=2.1.0 -nglview~=3.0.7 +nglview~=3.0.8 moviepy~=1.0.3 ipyevents~=2.0.2 ipython~=8.15.0