From a28b4921ca2c2213556b3bdbcb8f32243afd18d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:13:20 +0000 Subject: [PATCH] Update voila requirement from ~=0.3.6 to ~=0.5.4 Updates the requirements on [voila](https://github.com/voila-dashboards/voila) to permit the latest version. - [Release notes](https://github.com/voila-dashboards/voila/releases) - [Changelog](https://github.com/voila-dashboards/voila/blob/main/CHANGELOG.md) - [Commits](https://github.com/voila-dashboards/voila/compare/@voila-dashboards/voila@0.3.6...@voila-dashboards/voila@0.5.4) --- updated-dependencies: - dependency-name: voila 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..0aa3aaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ pip~=23.2 -voila~=0.3.6 +voila~=0.5.4 matplotlib~=3.6.3 numpy~=1.26.0 ipympl~=0.8.8